misc/migration/3.7.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 14 May 2013 18:02:24 +0200
branchstable
changeset 8983 2a244f90a1e3
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[dbapi] fix connect backwards compat harder Passing None as group and host should result in "pyro:///cubicweb.appid", not "pyro://None/None.appid". Followup for 2091d275fe5c. Closes #2882666.

if versions_map['cubicweb'][0] == (3, 7, 4):
    config['http-session-time'] *= 60
    config['cleanup-session-time'] *= 60
    config['cleanup-anonymous-session-time'] *= 60