server/serverconfig.py
branchstable
changeset 5326 0d9054eb3bd1
parent 5059 1d5c81588144
child 5328 c51e8f62652a
child 5421 8167de96c523
--- a/server/serverconfig.py	Mon Apr 19 13:37:32 2010 +0200
+++ b/server/serverconfig.py	Mon Apr 19 13:38:46 2010 +0200
@@ -109,8 +109,8 @@
           'group': 'main', 'inputlevel': (CubicWebConfiguration.mode == 'installed') and 0 or 1,
           }),
         ('session-time',
-         {'type' : 'int',
-          'default': 30*60,
+         {'type' : 'time',
+          'default': '30min',
           'help': 'session expiration time, default to 30 minutes',
           'group': 'main', 'inputlevel': 1,
           }),