diff options
Diffstat (limited to 'daemon/httpauthd.c')
-rw-r--r-- | daemon/httpauthd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |