cubicweb/misc/migration/3.7.5_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 12 Sep 2016 09:01:47 +0200
changeset 11467 629d9e35ce28
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[pkg] Inline call to setup() in setup.py The point of having this "install" function, called in "main" mode is not clear. Better stick to standard practices.

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