X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fpatches%2Ftesting%2Fbug_1166_cancel_read.patch;h=f57ce91d477b73abcc22c31f7f0aa59efa2f7414;hb=4c606c98c24f2070e86ec5b99da76b65341fdb3a;hp=2b450fa0d08ae1ead303f93afed12f996d6cd3b2;hpb=07d6ac62ae5e9bc0a3176198c200e2dc9ffdf13d;p=bacula%2Fbacula 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 &&