From babb04099595540d6ab9c73cfde8c068f9a13dbc Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 21 Dec 2015 09:15:41 +0000 Subject: Increase default timeout for a client --- src/client/rspamc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/rspamc.c b/src/client/rspamc.c index 5e9028079..963616daa 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; -- cgit v1.2.3