From: Vsevolod Stakhov Date: Mon, 21 Dec 2015 09:15:41 +0000 (+0000) Subject: Increase default timeout for a client X-Git-Tag: 1.1.0~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=babb04099595540d6ab9c73cfde8c068f9a13dbc;p=thirdparty%2Frspamd.git Increase default timeout for a client --- diff --git a/src/client/rspamc.c b/src/client/rspamc.c index 5e90280797..963616daa6 100644 --- a/src/client/rspamc.c +++ b/src/client/rspamc.c @@ -53,7 +53,7 @@ static gchar **http_headers = NULL; static gint weight = 0; static gint flag = 0; static gint max_requests = 8; -static gdouble timeout = 5.0; +static gdouble timeout = 10.0; static gboolean pass_all; static gboolean tty = FALSE; static gboolean verbose = FALSE;