1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

cube: decrease timeout to 15sec

This commit is contained in:
RGBCube 2025-06-03 05:14:57 +03:00
parent c1e7afe666
commit ea4f34fc95
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -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,