diff options
author | 2023-04-19 14:22:13 +0200 | |
---|---|---|
committer | 2023-04-19 14:22:13 +0200 | |
commit | fd3bf9284dccad128047d5bd15cd3ed6f8b9fb99 (patch) | |
tree | 6a1979b37627da94a8db55a5c0557f91edb676e6 | |
parent | [chore] Replacing all Pinafore mentions to Semaphore ones (#1689) (diff) | |
download | gotosocial-fd3bf9284dccad128047d5bd15cd3ed6f8b9fb99.tar.xz |
[bugfix] fix small config typos (#1707)
-rw-r--r-- | example/config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/config.yaml b/example/config.yaml index ea33e4ca4..1bba4dad4 100644 --- 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 ##### |