server/serverconfig.py
branchstable
changeset 5059 1d5c81588144
parent 5043 fe52dd3936cf
child 5323 329b4f6d18b4
child 5326 0d9054eb3bd1
equal deleted inserted replaced
5058:6dfeb8e75188 5059:1d5c81588144
   139          {'type' : 'int', 'default': 7,
   139          {'type' : 'int', 'default': 7,
   140           'help': 'number of days during which transaction records should be \
   140           'help': 'number of days during which transaction records should be \
   141 kept (hence undoable).',
   141 kept (hence undoable).',
   142           'group': 'main', 'inputlevel': 1,
   142           'group': 'main', 'inputlevel': 1,
   143           }),
   143           }),
       
   144         ('multi-sources-etypes',
       
   145          {'type' : 'csv', 'default': (),
       
   146           'help': 'defines which entity types from this repository are used \
       
   147 by some other instances. You should set this properly so those instances to \
       
   148 detect updates / deletions.',
       
   149           'group': 'main', 'inputlevel': 1,
       
   150           }),
       
   151 
   144         ('delay-full-text-indexation',
   152         ('delay-full-text-indexation',
   145          {'type' : 'yn', 'default': False,
   153          {'type' : 'yn', 'default': False,
   146           'help': 'When full text indexation of entity has a too important cost'
   154           'help': 'When full text indexation of entity has a too important cost'
   147           ' to be done when entity are added/modified by users, activate this '
   155           ' to be done when entity are added/modified by users, activate this '
   148           'option and setup a job using cubicweb-ctl db-rebuild-fti on your '
   156           'option and setup a job using cubicweb-ctl db-rebuild-fti on your '