[3.7.4] fix migration of configuration file stable cubicweb-version-3.7.4
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 15 Apr 2010 19:25:39 +0200
branchstable
changeset 5299 ec23f3ebcd34
parent 5296 85c2f983421e
child 5300 058db99425e4
child 5303 fefeda65bb83
[3.7.4] fix migration of configuration file
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