]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Increase default timeout for a client
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 21 Dec 2015 09:15:41 +0000 (09:15 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 21 Dec 2015 09:15:41 +0000 (09:15 +0000)
src/client/rspamc.c

index 5e9028079727e17c472347c4ddc44eb941d4d5d0..963616daa6b3bca5124eb5d27f95f3b443b56d4f 100644 (file)
@@ -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;