X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Ffulltext%2Fserv_fulltext.c;fp=citadel%2Fmodules%2Ffulltext%2Fserv_fulltext.c;h=b0e3d5e7b3941b3c6eed1e0bac68155879a5506a;hb=bcbaf2800c778043c12f9fd2d719ca9271ac6cb4;hp=cc3906867981e6154ec43d1fc93b586cec0f212d;hpb=1e62641ed3334a62c2bd58c537cc2a3eb75653f0;p=citadel.git diff --git a/citadel/modules/fulltext/serv_fulltext.c b/citadel/modules/fulltext/serv_fulltext.c index cc3906867..b0e3d5e7b 100644 --- a/citadel/modules/fulltext/serv_fulltext.c +++ b/citadel/modules/fulltext/serv_fulltext.c @@ -507,7 +507,7 @@ CTDL_MODULE_INIT(fulltext) CtdlRegisterDeleteHook(ft_delete_remove); CtdlRegisterSearchFuncHook(ft_search, "fulltext"); CtdlRegisterCleanupHook(noise_word_cleanup); - CtdlRegisterSessionHook(do_fulltext_indexing, EVT_TIMER); + CtdlRegisterSessionHook(do_fulltext_indexing, EVT_TIMER, PRIO_CLEANUP + 300); } /* return our module name for the log */ return "fulltext";