super-productivity/electron/CONFIG.js

4 lines
87 B
JavaScript

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