diff options
| -rw-r--r-- | doc/retrace-server | 2 | ||||
| -rw-r--r-- | doc/retrace-server.xhtml | 2 | ||||
| -rw-r--r-- | retrace/config/retrace.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/retrace-server b/doc/retrace-server index 09b16a05..bf7a4a85 100644 --- a/doc/retrace-server +++ b/doc/retrace-server @@ -108,7 +108,7 @@ the server must return the "411 Length Required" HTTP error code. If a 'Content-Type' other than 'application/x-tar', 'application/x-gzip', 'application/x-xz' is used, the server must return the "415 unsupported Media Type" HTTP error code. If the 'Content-Length' value -is greater than a limit set in the server configuration file (30 MB by +is greater than a limit set in the server configuration file (50 MB by default), or the real HTTP request size gets larger than the limit + 10 KB for headers, then the server must return the "413 Request Entity Too Large" HTTP error code, and provide an explanation, including the diff --git a/doc/retrace-server.xhtml b/doc/retrace-server.xhtml index 07f7a672..3fa2df44 100644 --- a/doc/retrace-server.xhtml +++ b/doc/retrace-server.xhtml @@ -126,7 +126,7 @@ return the "411 Length Required" HTTP error code. If an <code>application/x-gzip</code>, <code>application/x-xz</code> is used, the server must return the "415 unsupported Media Type" HTTP error code. If the <code>Content-Length</code> value is greater than a -limit set in the server configuration file (30 MB by default), or the +limit set in the server configuration file (50 MB by default), or the real HTTP request size gets larger than the limit + 10 KB for headers, then the server must return the "413 Request Entity Too Large" HTTP error code, and provide an explanation, including the limit, in the diff --git a/retrace/config/retrace.conf b/retrace/config/retrace.conf index d904d505..2187149a 100644 --- a/retrace/config/retrace.conf +++ b/retrace/config/retrace.conf @@ -1,5 +1,5 @@ [retrace] MaxParallelTasks = 20 -MaxPackedSize = 30 +MaxPackedSize = 50 MaxUnpackedSize = 1024 MinStorageLeft = 20480
\ No newline at end of file |
