misc/migration/3.7.5_Any.py
author David Douard <david.douard@logilab.fr>
Mon, 11 Feb 2013 11:47:50 +0100 (2013-02-11)
changeset 8829 bb14dc9848ec
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[c-c list] add an optional argument to the list command (closes #2709703) This optional argument allows to restrict listing to only a given type of items (cubes, instances, configurations).
if versions_map['cubicweb'][0] == (3, 7, 4):
    config['http-session-time'] *= 60
    config['cleanup-session-time'] *= 60
    config['cleanup-anonymous-session-time'] *= 60