diff options
Diffstat (limited to 'service/http/config.go')
-rw-r--r-- | service/http/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/config.go b/service/http/config.go index d92b4c60..3db172b1 100644 --- a/service/http/config.go +++ b/service/http/config.go @@ -12,7 +12,7 @@ type Config struct { // Address and port to handle as http server. Address string - // MaxRequest specified max size for payload body in bytes, set 0 to unlimited. + // MaxRequest specified max size for payload body in megabytes, set 0 to unlimited. MaxRequest int64 // Uploads configures uploads configuration. |