diff options
Diffstat (limited to 'example/config.yaml')
-rw-r--r-- | example/config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml index ce471ffed..ceef6dc95 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -321,6 +321,10 @@ cache: status-fave-ttl: "30m" status-fave-sweep-freq: "1m" + tag-max-size: 2000 + tag-ttl: "30m" + tag-sweep-freq: "1m" + tombstone-max-size: 500 tombstone-ttl: "30m" tombstone-sweep-freq: "1m" |