diff configure.in @ 13084:0faaceb2f83c

Added "indexer" service, which uses worker processes to perform queued mailbox indexing. Only a single worker process will index the same user at the same time. This avoids lock waits, especially when doing full text search indexing with backends that require locking.
author Timo Sirainen <tss@iki.fi>
date Mon, 27 Jun 2011 23:02:40 +0300
parents d686decbc1a4
children 7b9978eb6f91
line wrap: on
line diff
--- a/configure.in	Mon Jun 27 22:58:49 2011 +0300
+++ b/configure.in	Mon Jun 27 23:02:40 2011 +0300
@@ -2704,6 +2704,7 @@
 src/dict/Makefile
 src/director/Makefile
 src/dns/Makefile
+src/indexer/Makefile
 src/ipc/Makefile
 src/imap/Makefile
 src/imap-login/Makefile