mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 03:00:57 +00:00
4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
module.exports = {
|
|
PING_INTERVAL: 15000,
|
|
MIN_IDLE_TIME: 300 * 1000 // 5 minutes
|
|
};
|