diff -r 76b3cd5d4f31 -r 01152fffd593 server/serverconfig.py --- a/server/serverconfig.py Mon Apr 06 12:37:45 2009 +0200 +++ b/server/serverconfig.py Tue Apr 07 09:30:23 2009 +0200 @@ -73,6 +73,15 @@ 'help': 'size of the parsed rql cache size.', 'group': 'main', 'inputlevel': 1, }), + ('delay-full-text-indexation', + {'type' : 'yn', 'default': False, + 'help': 'When full text indexation of entity has a too important cost' + ' to be done when entity are added/modified by users, activate this ' + 'option and setup a job using cubicweb-ctl db-rebuild-fti on your ' + 'system (using cron for instance).', + 'group': 'main', 'inputlevel': 1, + }), + # email configuration ('default-recipients-mode', {'type' : 'choice',