diff options
| author | 2023-04-19 14:22:13 +0200 | |
|---|---|---|
| committer | 2023-04-19 15:00:17 +0200 | |
| commit | 4dbf9a27bc130b5df5b205a82e250fe49b08c474 (patch) | |
| tree | b511bf3e3c39878d2ebd61b9a3edd941a9bdbd3f | |
| parent | [bugfix] Fix the bookmarks list API endpoint returning an empty array (#1700) (diff) | |
| download | gotosocial-0.8.1.tar.xz | |
[bugfix] fix small config typos (#1707)v0.8.1
| -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 ##### |
