From 2b2e311be4c713514798a1557652aadf42db7854 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Fri, 18 Nov 2022 06:26:58 -0500 Subject: [PATCH] update example config --- relay.yaml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relay.yaml.example b/relay.yaml.example index 26749e4..d123e08 100644 --- a/relay.yaml.example +++ b/relay.yaml.example @@ -10,7 +10,7 @@ port: 8080 note: "Make a note about your instance here." # maximum number of inbox posts to do at once -post_limit: 512 +push_limit: 512 # this section is for ActivityPub ap: @@ -39,5 +39,5 @@ ap: # cache limits as number of items. only change this if you know what you're doing cache: objects: 1024 - actors: 1024 + json: 1024 digests: 1024