diff options
Diffstat (limited to 'tests/plugins/kv/memory/configs/.rr-init.yaml')
-rw-r--r-- | tests/plugins/kv/memory/configs/.rr-init.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/plugins/kv/memory/configs/.rr-init.yaml b/tests/plugins/kv/memory/configs/.rr-init.yaml index e352fad2..8780a622 100644 --- a/tests/plugins/kv/memory/configs/.rr-init.yaml +++ b/tests/plugins/kv/memory/configs/.rr-init.yaml @@ -1,6 +1,5 @@ rpc: listen: tcp://127.0.0.1:6001 - disabled: false server: command: "php ../../../psr-worker-bench.php" @@ -13,7 +12,7 @@ server: logs: mode: development - level: debug + level: error http: address: 127.0.0.1:44933 @@ -39,7 +38,5 @@ http: # in memory KV driver memory: - enabled: - true # keys ttl check interval interval: 1 |