nghttpx: Make --accept-delay default to 10ms

This commit is contained in:
Tatsuhiro Tsujikawa 2015-01-28 21:00:47 +09:00
parent 243a8135a6
commit 19429abd07
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ void fill_default_config() {
mod_config()->downstream_request_buffer_size = 16 * 1024;
mod_config()->downstream_response_buffer_size = 16 * 1024;
mod_config()->num_accept = 16;
mod_config()->accept_delay = 0.5;
mod_config()->accept_delay = 0.01;
}
} // namespace