diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-02 12:46:20 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-02 12:46:20 +0100 |
commit | 24c193233ddf29cd9f0ccf6f1914db85aa9b5dc7 (patch) | |
tree | 05e6c5548e801916f47fdcbff4a57c29ab1fa0f5 | |
parent | e4c4aca65fa95b9530d1fb8d2d9e2ac9acb32770 (diff) |
enable http keepalive again, it seems to work properly now
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |