summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorGravatar Paul Wilde2024-01-26 23:14:27 +0000
committerGravatar Paul Wilde2024-01-26 23:14:27 +0000
commit2410c73d9a4e4bdcecab39c5073565b3115b96c1 (patch)
tree0b775cd59c7927a29f279379150ee5f76374b621 /activitypub.c
parentadded host-meta endpoint for subwaytooter app (diff)
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-2410c73d9a4e4bdcecab39c5073565b3115b96c1.tar.gz
snac2-2410c73d9a4e4bdcecab39c5073565b3115b96c1.tar.xz
snac2-2410c73d9a4e4bdcecab39c5073565b3115b96c1.zip
Merge remote-tracking branch 'upstream/master'
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)
2220 2220
2221 /* deliver (if previous error status was a timeout, try now longer) */ 2221 /* deliver (if previous error status was a timeout, try now longer) */
2222 status = send_to_inbox_raw(keyid, seckey, inbox, msg, 2222 status = send_to_inbox_raw(keyid, seckey, inbox, msg,
2223 &payload, &p_size, p_status == 599 ? 20 : 3); 2223 &payload, &p_size, p_status == 599 ? 8 : 6);
2224 2224
2225 if (payload) { 2225 if (payload) {
2226 if (p_size > 64) { 2226 if (p_size > 64) {