From 21573ea910f992f9cacd356d536ba3f1064f6e01 Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Tue, 20 Dec 2005 17:10:11 +0000 Subject: 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. --- bin/bbackupd/BackupDaemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp index 6c5422ca..954504a6 100644 --- a/bin/bbackupd/BackupDaemon.cpp +++ b/bin/bbackupd/BackupDaemon.cpp @@ -724,7 +724,7 @@ void BackupDaemon::Run2() "to retry...", errorString, errorCode, errorSubCode); - ::sleep(10); + ::sleep(100); } } -- cgit v1.2.3