Merge pull request #1082 from nghttp2/nghttpx-increase-api-max-request-body

nghttpx: Increase api-max-request-body
This commit is contained in:
Tatsuhiro Tsujikawa 2017-12-02 14:55:45 +09:00 committed by GitHub
commit a941699962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1602,7 +1602,7 @@ void fill_default_config(Config *config) {
}
auto &apiconf = config->api;
apiconf.max_request_body = 16_k;
apiconf.max_request_body = 32_m;
auto &dnsconf = config->dns;
{