diff options
author | Dmitry Patsura <[email protected]> | 2019-06-14 16:34:51 +0300 |
---|---|---|
committer | Dmitry Patsura <[email protected]> | 2019-06-14 16:46:11 +0300 |
commit | 928bff44e21997e4b5f1caefa0e8a627a235b01d (patch) | |
tree | 36e859793ad17055de65426526e30a63913277f6 /.rr.yaml | |
parent | 78724c084ac4db42e713c45ef8cb1453e8352183 (diff) |
Feature(http): Support maxConcurrentStreams configuration
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ http: # FastCGI connection DSN. Supported TCP and Unix sockets. address: tcp://0.0.0.0:6920 + # HTTP service provides HTTP2 transport + http2: + maxConcurrentStreams: 128 + # max POST request size, including file uploads in MB. maxRequestSize: 200 |