.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
: 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
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;