# HG changeset patch # User Sylvain Thénault # Date 1271352339 -7200 # Node ID ec23f3ebcd34a92b9898b312f44d56cca748d0d6 # Parent 85c2f983421e4beb19e4851259781ab762a6349f [3.7.4] fix migration of configuration file diff -r 85c2f983421e -r ec23f3ebcd34 misc/migration/3.7.4_Any.py --- a/misc/migration/3.7.4_Any.py Thu Apr 15 18:42:41 2010 +0200 +++ b/misc/migration/3.7.4_Any.py Thu Apr 15 19:25:39 2010 +0200 @@ -1,1 +1,5 @@ sync_schema_props_perms('TrInfo', syncprops=False) + +config['http-session-time'] /= 60 +config['cleanup-session-time'] /= 60 +config['cleanup-anonymous-session-time'] /= 60