misc/migration/3.7.5_Any.py
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 25 Sep 2014 17:38:51 +0200
changeset 9991 3e7f1e9f3adc
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[devtools] allow cross-origin requests for qunit We have a mix of file:// html and http:// ajax calls. Which we should at some point fix to all be http, but. Related to #4294727.

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