misc/migration/3.7.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 23 Jun 2015 15:50:18 +0200
changeset 10450 c5c9e5b6fde0
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[server/rql2sql] fix spelling in comment Not that I understand what that sentence means.

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