mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-30 17:23:31 -06:00
[bugfix] fix small config typos (#1707)
This commit is contained in:
parent
0744477a74
commit
4dbf9a27bc
1 changed files with 2 additions and 2 deletions
|
|
@ -316,9 +316,9 @@ cache:
|
||||||
user-ttl: "30m"
|
user-ttl: "30m"
|
||||||
user-sweep-freq: "1m"
|
user-sweep-freq: "1m"
|
||||||
|
|
||||||
webfinger-max-size": 250
|
webfinger-max-size: 250
|
||||||
webfinger-ttl: "24h"
|
webfinger-ttl: "24h"
|
||||||
webfinger-sweep-freq": "1m"
|
webfinger-sweep-freq: "1m"
|
||||||
|
|
||||||
######################
|
######################
|
||||||
##### WEB CONFIG #####
|
##### WEB CONFIG #####
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue