summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-04-19 14:22:13 +0200
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2023-04-19 15:00:17 +0200
commit4dbf9a27bc130b5df5b205a82e250fe49b08c474 (patch)
treeb511bf3e3c39878d2ebd61b9a3edd941a9bdbd3f
parent[bugfix] Fix the bookmarks list API endpoint returning an empty array (#1700) (diff)
downloadgotosocial-0.8.1.tar.xz
[bugfix] fix small config typos (#1707)v0.8.1
-rw-r--r--example/config.yaml4
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 #####