From d28c892fd478310cdb4ed93f0f4a2ab8fbf05559 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 12 Oct 2008 08:49:49 +0000 Subject: [PATCH] ebl decrease timeout while expecting EndJob message 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/patches/testing/bug_1166_cancel_read.patch b/bacula/patches/testing/bug_1166_cancel_read.patch index 2b450fa0d0..f57ce91d47 100644 --- a/bacula/patches/testing/bug_1166_cancel_read.patch +++ b/bacula/patches/testing/bug_1166_cancel_read.patch @@ -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 && -- 2.39.5