server/serverconfig.py
branch894685124c68
changeset 1200 0d12d4371d11
parent 1160 77bf88f01fcc
child 1263 01152fffd593
--- 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',