]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rforking.py
Fixed a bug - parse "HTTP-Equiv" without content.
[bookmarks_db.git] / Robots / bkmk_rforking.py
index c04026e2cc6c48ce4c55425dbc585333906ae667..5eac7e0d31553db250895c64660a89abcb9f4de3 100644 (file)
@@ -1,7 +1,7 @@
 """
    Forking robot
 
-   Written by BroytMann. Copyright (C) 2000-2007 PhiloSoft Design.
+   Written by Broytman. Copyright (C) 2000-2007 PhiloSoft Design.
 """
 
 
@@ -51,7 +51,7 @@ class robot_forking(Robot):
          bookmark.tempfname = self.tempfname
          subp_pipe.write_record(pickle.dumps(bookmark))
 
-         if check_subp.waitForPendingChar(900): # wait 15 minutes
+         if check_subp.waitForPendingChar(300): # wait 5 minutes
             new_b = pickle.loads(subp_pipe.read_record())
             for attr in ("error", "no_error",
                   "moved", "size", "md5", "real_title",