misc/migration/3.7.5_Any.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 20 Oct 2010 15:20:12 +0200
branchstable
changeset 6562 34be5986bca0
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
make stdout and stderr non buffered for cwctl commands (#1330647)

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