Activity-Tracker icon indicating copy to clipboard operation
Activity-Tracker copied to clipboard

feat(desktop): Add system idle detection and set interval to 0.5s

Open KShivendu opened this issue 3 years ago • 2 comments
trafficstars

Description

Add system idle detection and set interval to 0.5s

Dependencies

  • None (Thanks to Electron)

Mentions

@ambarvm

KShivendu avatar Feb 09 '22 11:02 KShivendu

i am strongly against reducing interval. background process regularly crosses 1% on my i5. also, accurate seconds are not important for this application.

ambarvm avatar May 12 '22 15:05 ambarvm

how is system idle detected? probably timeout after input which may count watching a video as idle. if the idle detection is not reliable, we need to keep it behind an opt-in setting.

ambarvm avatar May 12 '22 15:05 ambarvm