mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
cube: decrease timeout to 15sec
This commit is contained in:
parent
c1e7afe666
commit
ea4f34fc95
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@
|
|||
const sensitivityMouse = 0.01;
|
||||
const sensitivityWheel = 0.006;
|
||||
|
||||
// One minute.
|
||||
const screensaverTimeoutMs = 1 * 60 * 1000;
|
||||
// 15 seconds.
|
||||
const screensaverTimeoutMs = 15 * 1000;
|
||||
|
||||
const mouse = {
|
||||
down: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue