diff -r 7fa66717175b -r 0d12d4371d11 server/serverconfig.py --- a/server/serverconfig.py Wed Apr 01 17:25:40 2009 +0200 +++ b/server/serverconfig.py Wed Apr 01 17:26:36 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',