super-productivity/electron/CONFIG.ts
TecTrix 6f3a8902e2
Increase ping interval and idle time in order to not waste CPU cycles. (#6227)
If I understand the codebase correctly, this will do exactly as the title states, if not, please educate me :). Also is there a way to turn of idle checking when it is  also turned of in the settings?
2026-01-28 15:37:50 +01:00

5 lines
126 B
TypeScript

export const CONFIG = {
D_BUS_ID: 'com.super.productivity.service',
IDLE_PING_INTERVAL: 30000,
MIN_IDLE_TIME: 60000,
};