summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-01-26 18:46:59 +0100
committerdefault <nobody@localhost>2024-01-26 18:46:59 +0100
commit6e8e943b1439eafbc9434f3949c5d8073b32cf97 (patch)
treebfb7693bd6711a4600293381cb85b834cf8800ac /activitypub.c
parent7de892bd8318f049ef12f1950f39ff068f19e389 (diff)
Some tweaks to retry timeouts.
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index e680e33..698758c 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -2220,7 +2220,7 @@ void process_queue_item(xs_dict *q_item)
/* deliver (if previous error status was a timeout, try now longer) */
status = send_to_inbox_raw(keyid, seckey, inbox, msg,
- &payload, &p_size, p_status == 599 ? 20 : 3);
+ &payload, &p_size, p_status == 599 ? 8 : 6);
if (payload) {
if (p_size > 64) {