snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 9cfce7a4bdbe934524c8d5d6ed4485f78c879e8f
parent ebf6a4bd8e97e434d1502ddead4690aca3dd6d33
Author: default <nobody@localhost>
Date:   Mon, 22 Apr 2024 07:23:27 +0200

Deleted useless recalculation of queue_retry_max.

Diffstat:
Mactivitypub.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/activitypub.c b/activitypub.c @@ -2516,8 +2516,6 @@ void process_queue_item(xs_dict *q_item) if (r == 0) { /* transient error? retry */ - int queue_retry_max = xs_number_get(xs_dict_get(srv_config, "queue_retry_max")); - if (retries > queue_retry_max) srv_log(xs_fmt("shared input giving up")); else {