mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07: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 sensitivityMouse = 0.01;
|
||||||
const sensitivityWheel = 0.006;
|
const sensitivityWheel = 0.006;
|
||||||
|
|
||||||
// One minute.
|
// 15 seconds.
|
||||||
const screensaverTimeoutMs = 1 * 60 * 1000;
|
const screensaverTimeoutMs = 15 * 1000;
|
||||||
|
|
||||||
const mouse = {
|
const mouse = {
|
||||||
down: false,
|
down: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue