etwist/twconfig.py
changeset 5270 6297d5265572
parent 4719 aaed3f813ef8
child 5323 329b4f6d18b4
equal deleted inserted replaced
5251:b675edd05c19 5270:6297d5265572
    49           'default': None,
    49           'default': None,
    50           'help': 'if this option is set, use the specified user to start \
    50           'help': 'if this option is set, use the specified user to start \
    51 the repository rather than the user running the command',
    51 the repository rather than the user running the command',
    52           'group': 'main', 'inputlevel': WebConfiguration.mode == 'system'
    52           'group': 'main', 'inputlevel': WebConfiguration.mode == 'system'
    53           }),
    53           }),
       
    54         ('max-post-length',
       
    55          {'type' : 'int',
       
    56           'default': 100,
       
    57           'help': 'maximum length of HTTP request, in Mo. Default to 100 Mo.',
       
    58           'group': 'main', 'inputlevel': 1,
       
    59           }),
    54         ('session-time',
    60         ('session-time',
    55          {'type' : 'int',
    61          {'type' : 'int',
    56           'default': 30*60,
    62           'default': 30*60,
    57           'help': 'session expiration time, default to 30 minutes',
    63           'help': 'session expiration time, default to 30 minutes',
    58           'group': 'main', 'inputlevel': 1,
    64           'group': 'main', 'inputlevel': 1,