diff options
Diffstat (limited to 'tests/plugins/kv/configs/.rr-kv-init.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-kv-init.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/kv/configs/.rr-kv-init.yaml b/tests/plugins/kv/configs/.rr-kv-init.yaml index 935b952d..34e22a4e 100644 --- a/tests/plugins/kv/configs/.rr-kv-init.yaml +++ b/tests/plugins/kv/configs/.rr-kv-init.yaml @@ -12,7 +12,7 @@ kv: file: "rr.db" bucket: "rr" permissions: 0666 - ttl: 40s + interval: 1 boltdb-africa: driver: boltdb @@ -20,7 +20,7 @@ kv: file: "africa.db" bucket: "rr" permissions: 0666 - ttl: 40 + interval: 1 memcached: driver: memcached |