mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-31 19:50:44 +00:00
4 lines
No EOL
86 B
JavaScript
4 lines
No EOL
86 B
JavaScript
module.exports = {
|
|
PING_INTERVAL: 5000,
|
|
MIN_IDLE_TIME: 300 * 1000 // 10 minutes
|
|
}; |