diff options
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"); |