misc/migration/3.7.5_Any.py
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 16 Sep 2015 17:22:41 +0200
changeset 10696 4ba4be5553cf
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[py3k] unicode vs str vs bytes vs the world

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