diff options
author | Valery Piashchynski <[email protected]> | 2021-01-15 14:22:02 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-15 14:22:02 +0300 |
commit | e68c8e2eb9ea705e9d846023d545410c7613de64 (patch) | |
tree | 4fe8eadc1e7af49f1f282782ac1b7f2283fb63ea /tests/plugins/server/configs/.rr-wrong-command.yaml | |
parent | f7d5f8fb3d14519dc89e346d6b2fc67c1837da5f (diff) |
Use uniform snake case in the configs, fix critical issue with wrong
calculation of workers in stack at the Destroy stage
Diffstat (limited to 'tests/plugins/server/configs/.rr-wrong-command.yaml')
-rw-r--r-- | tests/plugins/server/configs/.rr-wrong-command.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/server/configs/.rr-wrong-command.yaml b/tests/plugins/server/configs/.rr-wrong-command.yaml index e66349dd..c97d8b7e 100644 --- a/tests/plugins/server/configs/.rr-wrong-command.yaml +++ b/tests/plugins/server/configs/.rr-wrong-command.yaml @@ -6,7 +6,7 @@ server: "RR_CONFIG": "/some/place/on/the/C134" "RR_CONFIG2": "C138" relay: "pipes" - relayTimeout: "20s" + relay_timeout: "20s" logs: mode: development level: error
\ No newline at end of file |