* Set a maximum number of messages which may be indexed before we force
[citadel.git] / citadel / sysconfig.h
index 545ddfee16a4139b471a83c3bf0ccab8aa49c562..2e285f658f29f5c09ad4f97dc50848d0a1b5b7d1 100644 (file)
 #define CTDL_CER_PATH          CTDL_CRYPTO_DIR "/citadel.cer"
 
 #define THREADSTACKSIZE                1048576
+
+/*
+ * How many messages may the full text indexer scan before flushing its
+ * tables to disk?
+ */
+#define FT_MAX_CACHE           2500
+#