diff options
author | Paul Wilde <psw@wildefedi01.wildenet.wilde.cloud> | 2024-01-26 23:14:27 +0000 |
---|---|---|
committer | Paul Wilde <psw@wildefedi01.wildenet.wilde.cloud> | 2024-01-26 23:14:27 +0000 |
commit | 2410c73d9a4e4bdcecab39c5073565b3115b96c1 (patch) | |
tree | 0b775cd59c7927a29f279379150ee5f76374b621 /activitypub.c | |
parent | 1060baa6ca31f53fdfe54d44a4d6eabbff87eb5c (diff) | |
parent | d5c2c442b162da388ae3fa274b44ec676cbca2c4 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 2 |
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) { |