etwist/twconfig.py
branchstable
changeset 5326 0d9054eb3bd1
parent 4719 aaed3f813ef8
child 5328 c51e8f62652a
child 5421 8167de96c523
--- a/etwist/twconfig.py	Mon Apr 19 13:37:32 2010 +0200
+++ b/etwist/twconfig.py	Mon Apr 19 13:38:46 2010 +0200
@@ -52,8 +52,8 @@
           'group': 'main', 'inputlevel': WebConfiguration.mode == 'system'
           }),
         ('session-time',
-         {'type' : 'int',
-          'default': 30*60,
+         {'type' : 'time',
+          'default': '30min',
           'help': 'session expiration time, default to 30 minutes',
           'group': 'main', 'inputlevel': 1,
           }),