[bugfix] fix small config typos (#1707)
This commit is contained in:
parent
f3066a11bf
commit
fd3bf9284d
|
@ -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…
Reference in New Issue