diff options
Diffstat (limited to 'internal/config/testdata/test.yaml')
-rw-r--r-- | internal/config/testdata/test.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/config/testdata/test.yaml b/internal/config/testdata/test.yaml index 9a57b589d..3b2b63fe2 100644 --- a/internal/config/testdata/test.yaml +++ b/internal/config/testdata/test.yaml @@ -409,3 +409,10 @@ syslog-protocol: "udp" # String. Address:port to send syslog logs to. Leave empty to connect to local syslog. # Default: "localhost:514" syslog-address: "localhost:514" + +# Cache configuration +cache: + gts: + account-max-size: 99 + account-ttl: "3h" + account-sweep-freq: "1s"
\ No newline at end of file |