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

increased max socket timeout

parent 716958fb
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ CONFIG_SCHEMA = {
"definitions": {
"timeout": {
"type": "number",
"maximum": 10, # sanity
"maximum": 60, # sanity
"exclusiveMinimum": 0
},
"database-credentials": {
......
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