misc/migration/3.7.5_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 18 Jun 2010 15:41:39 +0200
branchstable
changeset 5792 e13aa4786a72
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[session] update session's timestamp in session.execute, so long running transactions are not erroneously closed by the repository

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