summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/activitypub.c b/activitypub.c
index c05e3f3..0ed764e 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -2516,8 +2516,6 @@ void process_queue_item(xs_dict *q_item)
2516 2516
2517 if (r == 0) { 2517 if (r == 0) {
2518 /* transient error? retry */ 2518 /* transient error? retry */
2519 int queue_retry_max = xs_number_get(xs_dict_get(srv_config, "queue_retry_max"));
2520
2521 if (retries > queue_retry_max) 2519 if (retries > queue_retry_max)
2522 srv_log(xs_fmt("shared input giving up")); 2520 srv_log(xs_fmt("shared input giving up"));
2523 else { 2521 else {