From: Eric Bollengier Date: Thu, 7 Sep 2006 21:33:42 +0000 (+0000) Subject: ebl fix timeout X-Git-Tag: Release-2.0.0~484 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2e7bc454356af7fdbce8ec7a2c0f667d78c325c3;p=bacula%2Fbacula ebl fix timeout git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3433 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/lib/Bconsole.pm b/gui/bweb/lib/Bconsole.pm index ea5495dd9e..deebdc805d 100644 --- a/gui/bweb/lib/Bconsole.pm +++ b/gui/bweb/lib/Bconsole.pm @@ -42,7 +42,7 @@ sub new pref => $arg{pref}, # Pref object bconsole => undef, # Expect object log_stdout => $arg{log_stdout} || 0, - timeout => $arg{debug} || 10, + timeout => $arg{timeout} || 20, debug => $arg{debug} || 0, };