diff options
author | Valery Piashchynski <[email protected]> | 2021-01-07 13:29:07 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-07 13:29:07 +0300 |
commit | 21689afbc5f717274cd608358ffca3bdacb38f69 (patch) | |
tree | 159ddd2b154a5afbec5dedc75a1a94c5a83ebfae /tests/plugins/kv/memory | |
parent | c1465d3bcdf24a78440300aa51e7cfc92ce874a8 (diff) |
Fix compatibility issues, add tests to the CI
Diffstat (limited to 'tests/plugins/kv/memory')
-rw-r--r-- | tests/plugins/kv/memory/configs/.rr-init.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/plugins/kv/memory/configs/.rr-init.yaml b/tests/plugins/kv/memory/configs/.rr-init.yaml index 3dceea95..dedc6cd2 100644 --- a/tests/plugins/kv/memory/configs/.rr-init.yaml +++ b/tests/plugins/kv/memory/configs/.rr-init.yaml @@ -39,4 +39,7 @@ http: # in memory KV driver memory: - enabled: true
\ No newline at end of file + enabled: + true + # keys ttl check interval + interval: 1 |