super-productivity/electron/CONFIG.js
2017-01-04 17:40:21 +01:00

4 lines
No EOL
86 B
JavaScript

module.exports = {
PING_INTERVAL: 5000,
MIN_IDLE_TIME: 300 * 1000 // 10 minutes
};