Merge tag 'v0.21.21'

release v0.21.21
This commit is contained in:
Max Kellermann
2020-03-19 15:26:27 +01:00
4 changed files with 39 additions and 19 deletions

View File

@@ -399,7 +399,7 @@ MainConfigured(const struct options &options, const ConfigData &raw_config)
#endif
const unsigned max_clients =
raw_config.GetPositive(ConfigOption::MAX_CONN, 10);
raw_config.GetPositive(ConfigOption::MAX_CONN, 100);
instance.client_list = std::make_unique<ClientList>(max_clients);
const auto *input_cache_config = raw_config.GetBlock(ConfigBlockOption::INPUT_CACHE);