mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 18:50:07 +00:00
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
module.exports = {
|
|
D_BUS_ID: 'com.super.productivity.service',
|
|
PING_INTERVAL: 15000,
|
|
MIN_IDLE_TIME: 300 * 1000 // 5 minutes
|
|
};
|