1
Fork 0
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:
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 sensitivityWheel = 0.006;
// One minute.
const screensaverTimeoutMs = 1 * 60 * 1000;
// 15 seconds.
const screensaverTimeoutMs = 15 * 1000;
const mouse = {
down: false,