server/serverconfig.py
branchtls-sprint
changeset 1263 01152fffd593
parent 1133 8a409ea0c9ec
parent 1160 77bf88f01fcc
child 1666 bf4bdc601779
--- 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',