SmartPause: Increase idle time to pause SafeEyes

5 seconds is too low value – SafeEyes break practically always will to postponed. Thus we need to increase default value
This commit is contained in:
embar- 2020-10-22 17:50:52 +03:00 committed by GitHub
parent ba1224a11e
commit 6a05162b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"id": "idle_time",
"label": "Minimum idle time to pause Safe Eyes (in seconds)",
"type": "INT",
"default": 5,
"default": 150,
"max": 3600,
"min": 5
},
@ -33,4 +33,4 @@
"default": false
}
]
}
}