diff options
author | Anton Titov <[email protected]> | 2019-06-25 10:49:49 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-06-25 10:49:49 +0300 |
commit | 9eabd868786dd77b9f093c801590d3e3457af776 (patch) | |
tree | fd1c46d591501829d3ee4324c45029a1108651f0 /.rr.yaml | |
parent | e5113b806ce873d3c51eb08723d4f6061b566191 (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,7 +35,10 @@ http: # HTTP service provides HTTP2 transport http2: + # enable HTTP/2, only with TSL enabled: true + + # max transfer channels maxConcurrentStreams: 128 # max POST request size, including file uploads in MB. |