misc/migration/3.7.5_Any.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 11 Jun 2010 18:48:17 +0200
branchstable
changeset 5741 bbef88618fbb
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[twctl] add missing poststop method #1058268

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