]> source.dussan.org Git - rspamd.git/commitdiff
Reduce default number of parallel requests to 8.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 15 Oct 2014 14:29:28 +0000 (15:29 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 15 Oct 2014 14:29:28 +0000 (15:29 +0100)
doc/rspamc.1
doc/rspamc.1.md
src/client/rspamc.c

index f9d667d13aee56e8495ba000b9f8715acf2a7340..cc63cb756a22398a034c4eb88848f50deac768b5 100644 (file)
@@ -163,7 +163,7 @@ Output HTTP headers from a reply
 .TP
 .B \-n \f[I]parallel_count\f[],
 \-\-max\-requests=\f[I]parallel_count\f[]
-Maximum number of requests to rspamd executed in parallel (1 by default)
+Maximum number of requests to rspamd executed in parallel (8 by default)
 .RS
 .RE
 .TP
index 5cc7dd7701eec84de4c058a12eecc345e8427ec0..96d31d63de5538640cbfaf4d7015603a0e89d10c 100644 (file)
@@ -100,7 +100,7 @@ requires input.
 :      Output HTTP headers from a reply
 
 -n *parallel_count*, \--max-requests=*parallel_count*
-:      Maximum number of requests to rspamd executed in parallel (1 by default)
+:      Maximum number of requests to rspamd executed in parallel (8 by default)
 
 \--commands
 :      List available commands
index d2efc6ab4ac6b53756e029d5f056cebc259c288e..ecae8cbcc4012489c62873cb1d7c3816cdb5b8ae 100644 (file)
@@ -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;