diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-30 21:34:23 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-30 21:34:23 +0100 |
commit | 9767b5af1c379608a7502e7820867af7090e9ee2 (patch) | |
tree | 345bca71a3d034c79a3b3e2eee381f2c79d165ad /main.c | |
parent | 54443d7f29f03987879b8f374a88cc7ea7599609 (diff) |
limit default max_requests to 3
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ static void init_defaults(void) { conf.network_timeout = 30; conf.http_keepalive = 0; /* fixme */ + conf.max_requests = 3; uh_index_add("index.html"); uh_index_add("index.htm"); |