commit fd3bf9284dccad128047d5bd15cd3ed6f8b9fb99 parent f3066a11bf9aaa6bfb822dbe441ed886d8cbf82d Author: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:22:13 +0200 [bugfix] fix small config typos (#1707) Diffstat:
M | example/config.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/example/config.yaml b/example/config.yaml @@ -316,9 +316,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 #####