X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fextnotify%2Fextnotify_main.c;fp=citadel%2Fmodules%2Fextnotify%2Fextnotify_main.c;h=a519548faee6271acc0b03252c6e7d1f82544115;hb=bcbaf2800c778043c12f9fd2d719ca9271ac6cb4;hp=8d99f6f1cc6f170ddcfbd00d194c598501485e21;hpb=1e62641ed3334a62c2bd58c537cc2a3eb75653f0;p=citadel.git diff --git a/citadel/modules/extnotify/extnotify_main.c b/citadel/modules/extnotify/extnotify_main.c index 8d99f6f1c..a519548fa 100644 --- a/citadel/modules/extnotify/extnotify_main.c +++ b/citadel/modules/extnotify/extnotify_main.c @@ -471,7 +471,7 @@ CTDL_MODULE_INIT(extnotify) if (!threading) { create_extnotify_queue(); - CtdlRegisterSessionHook(do_extnotify_queue, EVT_TIMER); + CtdlRegisterSessionHook(do_extnotify_queue, EVT_TIMER, PRIO_SEND + 10); } /* return our module name for the log */ return "extnotify";