server/serverconfig.py
changeset 1160 77bf88f01fcc
parent 136 ff51a18c66a3
child 1263 01152fffd593
--- a/server/serverconfig.py	Wed Mar 25 16:13:23 2009 +0100
+++ b/server/serverconfig.py	Thu Mar 26 09:08:05 2009 +0100
@@ -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',