[Box Backup-dev] COMMIT r251 - box/trunk/bin/bbackupd

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Tue Dec 20 17:10:12 GMT 2005


Author: martin
Date: 2005-12-20 17:10:11 +0000 (Tue, 20 Dec 2005)
New Revision: 251

Modified:
   box/trunk/bin/bbackupd/BackupDaemon.cpp
Log:
Revert this change to the error retry delay that slipped in with win32. Arguably the timeout was already too short, or should use an increasing backoff strategy. But 10s is way too short.

Modified: box/trunk/bin/bbackupd/BackupDaemon.cpp
===================================================================
--- box/trunk/bin/bbackupd/BackupDaemon.cpp	2005-12-20 08:20:33 UTC (rev 250)
+++ box/trunk/bin/bbackupd/BackupDaemon.cpp	2005-12-20 17:10:11 UTC (rev 251)
@@ -724,7 +724,7 @@
 						"to retry...", 
 						errorString, errorCode, 
 						errorSubCode);
-					::sleep(10);
+					::sleep(100);
 				}
 			}
 




More information about the Boxbackup-dev mailing list