misc/migration/3.7.5_Any.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 25 Mar 2013 15:28:18 +0100
changeset 8787 1b3b7284377f
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[session] allow writable tx_attr and use it for commit_state This keep clarifying the code.

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