]> git.phdru.name Git - bookmarks_db.git/commitdiff
Timeout 5 minutes is enough (Squid uses 3 minutes).
authorOleg Broytman <phd@phdru.name>
Mon, 11 Feb 2008 22:42:19 +0000 (22:42 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 11 Feb 2008 22:42:19 +0000 (22:42 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@174 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/bkmk_rforking.py

index c04026e2cc6c48ce4c55425dbc585333906ae667..7c6961b5b63c800ad36db1be4fbed16413e92470 100644 (file)
@@ -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",