diff -r b675edd05c19 -r 6297d5265572 etwist/twconfig.py --- 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,