]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl decrease timeout while expecting EndJob message
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 12 Oct 2008 08:49:49 +0000 (08:49 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 12 Oct 2008 08:49:49 +0000 (08:49 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7765 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/bug_1166_cancel_read.patch

index 2b450fa0d08ae1ead303f93afed12f996d6cd3b2..f57ce91d477b73abcc22c31f7f0aa59efa2f7414 100644 (file)
@@ -79,7 +79,7 @@ Index: src/dird/backup.c
 -            break;
 +         
 +         /* wait for data few minutes */
-+         ret = fd->wait_data_intr(5*60, 0); 
++         ret = fd->wait_data_intr(3*60, 0); 
 +         if (ret == 1) {       /* get data */
 +            n = bget_dirmsg(fd);
 +            if (n >= 0 &&