misc/migration/3.7.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 06 May 2014 16:00:36 +0200
changeset 9741 b6cc9da206df
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[wsgi] the spec says wsgi.url_scheme *must* be provided No need to be defensive, anything else is a bug in the gateway.

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