From 6956eed305b72d81c0a0805953f667f2012162ea Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 21 Mar 2008 16:23:16 +0000 Subject: Up maximum connection limit --- daemon/httpauthd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon') diff --git a/daemon/httpauthd.c b/daemon/httpauthd.c index 44156eb..1161517 100644 --- a/daemon/httpauthd.c +++ b/daemon/httpauthd.c @@ -1402,7 +1402,7 @@ static int config_parse(const char* file, ha_buffer_t* buf) else if(strcmp("maxthreads", name) == 0) { - if(ha_confint(name, value, 1, 256, &g_maxthreads) == -1) + if(ha_confint(name, value, 1, 1024, &g_maxthreads) == -1) exit(1); recog = 1; } -- cgit v1.2.3