mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 20:12:11 +00:00
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
module.exports = {
|
|
PING_INTERVAL: 10000,
|
|
MIN_IDLE_TIME: 300 * 1000 // 10 minutes
|
|
};
|