Saner defaults for max timeouts
10 max consecutive with 30s default communication timeout is a bit too long to wait
This commit is contained in:
parent
4f1a55c2df
commit
4f11f6362b
1 changed files with 3 additions and 3 deletions
|
|
@ -86,9 +86,9 @@ default_settings = {
|
|||
"sdStatus": 1
|
||||
},
|
||||
"maxCommunicationTimeouts": {
|
||||
"idle": 5,
|
||||
"printing": 10,
|
||||
"long": 10
|
||||
"idle": 2,
|
||||
"printing": 5,
|
||||
"long": 5
|
||||
},
|
||||
"maxWritePasses": 5,
|
||||
"additionalPorts": [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue