1
Fork 0
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:
RGBCube 2025-06-04 01:55:21 +03:00
parent a6f7c93d62
commit 876ed64056
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

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