misc/migration/3.7.5_Any.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 24 Jun 2010 12:10:01 +0200
branchstable
changeset 5831 561014b6d70a
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
Had thought this could be done in cube, but it really needs to be done earlier in the migration process

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