From 928f22fbbaec5d52836b217ec7a281b880b23f92 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 2 Feb 2023 05:21:16 +0100 Subject: Email notifications have been moved to the global queue. --- httpd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index c47b841..7932982 100644 --- a/httpd.c +++ b/httpd.c @@ -280,6 +280,9 @@ static void *queue_thread(void *arg) } } + /* global queue */ + process_queue(); + /* time to purge? */ if ((t = time(NULL)) > purge_time) { pthread_t pth; -- cgit v1.2.3