From 5036cb5e1134d99c967f0de5057801a9b0af96d9 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 2 Mar 2023 12:38:02 +0100 Subject: Connection jobs are treated as urgent. --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index ee31ecd..9c47590 100644 --- a/activitypub.c +++ b/activitypub.c @@ -1316,7 +1316,7 @@ int process_queue(void) xs *q_item = dequeue(fn); if (q_item != NULL) { - job_post(q_item); + job_post(q_item, 0); cnt++; } } -- cgit v1.2.3