misc/migration/3.7.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 07 Apr 2014 14:15:35 +0200
changeset 9632 c60c8dec0e0e
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[hooks/notification] Fix indentation Follow-up for changeset 1b8552265f3b "[hooks/notification] use a cnx not a session"

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