aboutsummaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-10-15 15:29:28 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-10-15 15:29:28 +0100
commit24f64a6ed7ac2b9084df79e40f276e5fe669b03e (patch)
treeb06848511717407ce9d14bb71d5f3ae525a16fec /src/client
parent80b26cf787e14e1cd23dcd9957ebc5f3d35d4315 (diff)
downloadrspamd-24f64a6ed7ac2b9084df79e40f276e5fe669b03e.tar.gz
rspamd-24f64a6ed7ac2b9084df79e40f276e5fe669b03e.zip
Reduce default number of parallel requests to 8.
Diffstat (limited to 'src/client')
-rw-r--r--src/client/rspamc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/rspamc.c b/src/client/rspamc.c
index d2efc6ab4..ecae8cbcc 100644
--- a/src/client/rspamc.c
+++ b/src/client/rspamc.c
@@ -47,7 +47,7 @@ static gchar *classifier = "bayes";
static gchar *local_addr = NULL;
static gint weight = 0;
static gint flag = 0;
-static gint max_requests = 1024;
+static gint max_requests = 8;
static gdouble timeout = 5.0;
static gboolean pass_all;
static gboolean tty = FALSE;