cubicweb/misc/migration/3.7.5_Any.py
author Laurent Peuch <cortex@worlddomination.be>
Tue, 10 Dec 2019 23:34:46 +0100
changeset 12801 1156108afab9
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[doc/building/fix] encoding issue was crashing sphinx in python3

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