diff options
| author | Karel Klic <kklic@redhat.com> | 2011-01-24 15:28:22 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-01-24 15:28:22 +0100 |
| commit | 52ee8cd38ecfb015d58fa915862a2e1e186450a0 (patch) | |
| tree | ca3ca1a071d1b288da70fc6f865a4677d1c8b7d9 | |
| parent | f46fcd0cd0e66faa99b726747da504ba83ba9949 (diff) | |
| download | abrt-52ee8cd38ecfb015d58fa915862a2e1e186450a0.tar.gz abrt-52ee8cd38ecfb015d58fa915862a2e1e186450a0.tar.xz abrt-52ee8cd38ecfb015d58fa915862a2e1e186450a0.zip | |
Increased archive limit from 30 MB to 50 MB
| -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 |
