diff options
author | Dmitry Patsura <[email protected]> | 2019-06-14 16:45:52 +0300 |
---|---|---|
committer | Dmitry Patsura <[email protected]> | 2019-06-14 16:46:11 +0300 |
commit | 15746d3706fb9ed1e4a8e7d925f033878744b6a1 (patch) | |
tree | f775f49826c327234a176d0c35fa95fbe4bc99db /.rr.yaml | |
parent | 928bff44e21997e4b5f1caefa0e8a627a235b01d (diff) |
Feature(http): Ability to disable HTTP2
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ http: # HTTP service provides HTTP2 transport http2: + enabled: true maxConcurrentStreams: 128 # max POST request size, including file uploads in MB. |