Skip to content
Snippets Groups Projects
Commit 525a6ed0 authored by Erik Reid's avatar Erik Reid
Browse files

give sentinel 2 timeouts

parent 1ab0493b
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,8 @@ CONFIG_SCHEMA = { ...@@ -54,7 +54,8 @@ CONFIG_SCHEMA = {
"hostname": {"type": "string"}, "hostname": {"type": "string"},
"port": {"type": "integer"}, "port": {"type": "integer"},
"name": {"type": "string"}, "name": {"type": "string"},
"socket_timeout": {"$ref": "#/definitions/timeout"} "redis_socket_timeout": {"$ref": "#/definitions/timeout"},
"sentinel_socket_timeout": {"$ref": "#/definitions/timeout"}
}, },
"required": ["hostname", "port", "name"], "required": ["hostname", "port", "name"],
"additionalProperties": False "additionalProperties": False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment