etwist/twconfig.py
changeset 5270 6297d5265572
parent 4719 aaed3f813ef8
child 5323 329b4f6d18b4
--- a/etwist/twconfig.py	Wed Apr 14 17:38:24 2010 +0200
+++ b/etwist/twconfig.py	Thu Apr 15 12:46:08 2010 +0200
@@ -51,6 +51,12 @@
 the repository rather than the user running the command',
           'group': 'main', 'inputlevel': WebConfiguration.mode == 'system'
           }),
+        ('max-post-length',
+         {'type' : 'int',
+          'default': 100,
+          'help': 'maximum length of HTTP request, in Mo. Default to 100 Mo.',
+          'group': 'main', 'inputlevel': 1,
+          }),
         ('session-time',
          {'type' : 'int',
           'default': 30*60,