Skip to content

Commit

Permalink
Merge pull request #282 from Feuer-sturm/master
Browse files Browse the repository at this point in the history
Update jsonConfig.json
  • Loading branch information
mcm1957 authored Dec 3, 2024
2 parents bda14a2 + cfdd521 commit b878a8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"timeout": {
"type": "number",
"label": "timeout",
"min": 15000,
"min": 5000,
"help": "Min. 5000ms",
"xs": 12,
"sm": 6,
"md": 4,
Expand All @@ -36,7 +37,7 @@
"healthInterval": {
"type": "number",
"label": "healthInterval",
"min": 5000,
"min": 0,
"xs": 12,
"sm": 6,
"md": 4,
Expand All @@ -46,7 +47,8 @@
"reconnect": {
"type": "number",
"label": "reconnect",
"min": 0,
"help": "Min. 5000ms",
"min": 5000,
"xs": 12,
"sm": 6,
"md": 4,
Expand Down

0 comments on commit b878a8c

Please sign in to comment.