misc/migration/3.7.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 11 Jun 2014 14:46:48 +0200
changeset 9773 71a45642b3d2
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[migration] Stop setting session.data['rebuild-infered'] It's no longer read anywhere since fe267b7336f3 "[migration] always rebuild infered relation"

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