From 46a52a8691e83c81a6d12183eddf188b5d15f011 Mon Sep 17 00:00:00 2001 From: valentin v / vvval Date: Thu, 21 Feb 2019 15:17:40 +0300 Subject: Rename MaxRequest config param Added MaxRequestSize param, previous one is marked as deprecated, now they are merged --- cmd/rr/.rr.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd/rr') diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index f50ff0e9..91247f99 100644 --- a/cmd/rr/.rr.yaml +++ b/cmd/rr/.rr.yaml @@ -28,8 +28,9 @@ http: # ssl private key key: server.key - # max POST request size, including file uploads in MB. + # max POST request size, including file uploads in MB. Deprecated: use `maxRequestSize` instead maxRequest: 200 + maxRequestSize: 200 # file upload configuration. uploads: -- cgit v1.2.3