[PATCH] Increase the max size allowed for upload to 25Kb

Pierre-Yves Chibon pingou at pingoured.fr
Wed Feb 25 14:44:27 UTC 2015


Changed upstream at
https://github.com/jmflinuxtx/kerneltest-harness/commit/286278c6b0269f39ff1f3e5343587936dc0c788c
---
 roles/kerneltest/templates/kerneltest.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/kerneltest/templates/kerneltest.cfg b/roles/kerneltest/templates/kerneltest.cfg
index 6552cb1..e15785e 100644
--- a/roles/kerneltest/templates/kerneltest.cfg
+++ b/roles/kerneltest/templates/kerneltest.cfg
@@ -26,7 +26,7 @@ ADMIN_GROUP = ['sysadmin-kernel', 'sysadmin-main']
 ALLOWED_MIMETYPES = ['text/plain', 'text/x-log']
 
 # Restrict the size of content uploaded, this is 10Kb
-MAX_CONTENT_LENGTH = 1024 * 10
+MAX_CONTENT_LENGTH = 1024 * 25
 
 
 # This is required to fix login
-- 
2.1.0



More information about the infrastructure mailing list