misc/migration/3.7.5_Any.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 04 Jan 2011 16:33:13 +0100
branchstable
changeset 6768 b75f688bded7
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
fix unittest broken by TrInfo schema change

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