summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-07 13:29:07 +0300
committerValery Piashchynski <[email protected]>2021-01-07 13:29:07 +0300
commit21689afbc5f717274cd608358ffca3bdacb38f69 (patch)
tree159ddd2b154a5afbec5dedc75a1a94c5a83ebfae /.rr.yaml
parentc1465d3bcdf24a78440300aa51e7cfc92ce874a8 (diff)
Fix compatibility issues, add tests to the CI
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index ae75bb27..17132c8a 100755
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -88,6 +88,7 @@ boltdb:
file: "rr"
bucket: "test"
permissions: 0777
+ # keys ttl check interval
TTL: 60 # seconds
# memcached driver
@@ -98,6 +99,8 @@ memcached:
# in memory KV driver
memory:
enabled: true
+ # keys ttl check interval
+ interval: 60
metrics:
# prometheus client address (path /metrics added automatically)