mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 10:45:57 +00:00
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
export const CONFIG = {
|
|
D_BUS_ID: 'com.super.productivity.service',
|
|
IDLE_PING_INTERVAL: 5000,
|
|
MIN_IDLE_TIME: 15000,
|
|
};
|