server/serverconfig.py
changeset 4913 083b4d454192
parent 4834 b718626a0e60
child 5043 fe52dd3936cf
equal deleted inserted replaced
4912:9767cc516b4f 4913:083b4d454192
   125          {'type' : 'int',
   125          {'type' : 'int',
   126           'default': 300,
   126           'default': 300,
   127           'help': 'size of the parsed rql cache size.',
   127           'help': 'size of the parsed rql cache size.',
   128           'group': 'main', 'inputlevel': 1,
   128           'group': 'main', 'inputlevel': 1,
   129           }),
   129           }),
       
   130         ('undo-support',
       
   131          {'type' : 'string', 'default': '',
       
   132           'help': 'string defining actions that will have undo support: \
       
   133 [C]reate [U]pdate [D]elete entities / [A]dd [R]emove relation. Leave it empty \
       
   134 for no undo support, set it to CUDAR for full undo support, or to DR for \
       
   135 support undoing of deletion only.',
       
   136           'group': 'main', 'inputlevel': 1,
       
   137           }),
       
   138         ('keep-transaction-lifetime',
       
   139          {'type' : 'int', 'default': 7,
       
   140           'help': 'number of days during which transaction records should be \
       
   141 kept (hence undoable).',
       
   142           'group': 'main', 'inputlevel': 1,
       
   143           }),
   130         ('delay-full-text-indexation',
   144         ('delay-full-text-indexation',
   131          {'type' : 'yn', 'default': False,
   145          {'type' : 'yn', 'default': False,
   132           'help': 'When full text indexation of entity has a too important cost'
   146           'help': 'When full text indexation of entity has a too important cost'
   133           ' to be done when entity are added/modified by users, activate this '
   147           ' to be done when entity are added/modified by users, activate this '
   134           'option and setup a job using cubicweb-ctl db-rebuild-fti on your '
   148           'option and setup a job using cubicweb-ctl db-rebuild-fti on your '