Skip to content

Commit

Permalink
[bugfix] fix small config typos (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst committed Apr 19, 2023
1 parent 0744477 commit 4dbf9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #####
Expand Down

0 comments on commit 4dbf9a2

Please sign in to comment.