cubicweb/misc/migration/3.7.5_Any.py
author Laurent Peuch <cortex@worlddomination.be>
Wed, 31 Jul 2019 04:16:20 +0200
changeset 12762 f14dde905818
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[pyramid/ctl/debugtoolbar] automatically include custom panels on -t

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