server/serverconfig.py
changeset 1160 77bf88f01fcc
parent 136 ff51a18c66a3
child 1263 01152fffd593
equal deleted inserted replaced
1159:16a426d214ae 1160:77bf88f01fcc
    71          {'type' : 'int',
    71          {'type' : 'int',
    72           'default': 300,
    72           'default': 300,
    73           'help': 'size of the parsed rql cache size.',
    73           'help': 'size of the parsed rql cache size.',
    74           'group': 'main', 'inputlevel': 1,
    74           'group': 'main', 'inputlevel': 1,
    75           }),
    75           }),
       
    76         ('delay-full-text-indexation',
       
    77          {'type' : 'yn', 'default': False,
       
    78           'help': 'When full text indexation of entity has a too important cost'
       
    79           ' to be done when entity are added/modified by users, activate this '
       
    80           'option and setup a job using cubicweb-ctl db-rebuild-fti on your '
       
    81           'system (using cron for instance).',
       
    82           'group': 'main', 'inputlevel': 1,
       
    83           }),
       
    84         
    76         # email configuration
    85         # email configuration
    77         ('default-recipients-mode',
    86         ('default-recipients-mode',
    78          {'type' : 'choice',
    87          {'type' : 'choice',
    79           'choices' : ('default-dest-addrs', 'users', 'none'),
    88           'choices' : ('default-dest-addrs', 'users', 'none'),
    80           'default': 'default-dest-addrs',
    89           'default': 'default-dest-addrs',