From 8369b8d9ef339fb9fca3c4e3fe3ccb2b2266c13f Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 19 Apr 2023 16:01:52 +0200 Subject: [PATCH] fix small config typos (upstream) --- conf/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index a43a3ac..8e1fde9 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -317,9 +317,9 @@ cache: user-ttl: "30m" user-sweep-freq: "1m" - webfinger-max-size": 250 + webfinger-max-size: 250 webfinger-ttl: "24h" - webfinger-sweep-freq": "1m" + webfinger-sweep-freq: "1m" ###################### ##### WEB CONFIG #####