mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
cube: decrease screensaver timeout to 10sec
This commit is contained in:
parent
a6f7c93d62
commit
876ed64056
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@
|
|||
const sensitivityMouse = 0.01;
|
||||
const sensitivityWheel = 0.006;
|
||||
|
||||
// 15 seconds.
|
||||
const screensaverTimeoutMs = 15 * 1000;
|
||||
// 10 seconds.
|
||||
const screensaverTimeoutMs = 10 * 1000;
|
||||
// 10 minutes.
|
||||
const stateDeleteTimeoutMs = 10 * 60 * 1000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue