summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f61574f..100e285 100644
--- a/main.c
+++ b/main.c
@@ -158,7 +158,7 @@ static void init_defaults(void)
{
conf.script_timeout = 60;
conf.network_timeout = 30;
- conf.http_keepalive = 0; /* fixme */
+ conf.http_keepalive = 20;
conf.max_requests = 3;
conf.realm = "Protected Area";
conf.cgi_prefix = "/cgi-bin";