We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dc291 commit 131b054Copy full SHA for 131b054
1 file changed
js/ui/screensaver/screenShield.js
@@ -22,7 +22,7 @@ const POWER_SCHEMA = 'org.cinnamon.settings-daemon.plugins.power';
22
const FADE_TIME = 200;
23
const MOTION_THRESHOLD = 100;
24
25
-const FLOAT_TIMER_INTERVAL = 5;
+const FLOAT_TIMER_INTERVAL = 30;
26
const DEBUG_FLOAT = false; // Set to true for 5-second intervals during development
27
28
const MAX_SCREENSAVER_WIDGETS = 3;
0 commit comments