From 24f64a6ed7ac2b9084df79e40f276e5fe669b03e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 15 Oct 2014 15:29:28 +0100 Subject: Reduce default number of parallel requests to 8. --- src/client/rspamc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') 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; -- cgit v1.2.3