* The full text indexer now runs in its own dedicated thread instead of
[citadel.git] / citadel / server_main.c
index 75c6c713752a4139f5aa8f8c5c4eb5ba6fbe98d5..fdf8e15893fcfaa7f667fd5537cba72dfe701f3f 100644 (file)
@@ -241,6 +241,9 @@ int main(int argc, char **argv)
        }
        end_critical_section(S_WORKER_LIST);
 
+       /* Create the indexer thread. */
+       create_indexer_thread();
+
        /* Now this thread can become a worker as well. */
        worker_thread(NULL);