diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-21 09:15:41 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-21 09:15:41 +0000 |
commit | babb04099595540d6ab9c73cfde8c068f9a13dbc (patch) | |
tree | 259dd97555d23e26ff94c4c1cd331507b915a232 /src/client | |
parent | 900d9aeca37905d6decc910e255e64e5b8f4244f (diff) | |
download | rspamd-babb04099595540d6ab9c73cfde8c068f9a13dbc.tar.gz rspamd-babb04099595540d6ab9c73cfde8c068f9a13dbc.zip |
Increase default timeout for a client
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/rspamc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |