diff options
author | Wolfy-J <[email protected]> | 2019-05-04 00:09:12 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-05-04 00:09:12 +0300 |
commit | 727602f9d6e3b5a92f6fa0d7a497ab1ef358a349 (patch) | |
tree | ec41356d3e421284f44d8c82f3b297e5c8ab2c7a /service/http/config.go | |
parent | f4515e276179d77e3f9457ba0d99545081ae50ea (diff) | |
parent | 8a2f79a622e9b3b6e20718a257bfdaaf8dbb8747 (diff) |
Merge pull request #144 from spiral/feature/updates
WIP: 1.4.0
Diffstat (limited to 'service/http/config.go')
-rw-r--r-- | service/http/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/service/http/config.go b/service/http/config.go index 5a2c8768..899a5083 100644 --- a/service/http/config.go +++ b/service/http/config.go @@ -17,8 +17,8 @@ type Config struct { // SSL defines https server options. SSL SSLConfig - // MaxRequest specified max size for payload body in megabytes, set 0 to unlimited. - MaxRequest int64 + // MaxRequestSize specified max size for payload body in megabytes, set 0 to unlimited. + MaxRequestSize int64 // Uploads configures uploads configuration. Uploads *UploadsConfig |