Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

KShivendu
Copy link
Member

Description

Add system idle detection and set interval to 0.5s

Dependencies

  • None (Thanks to Electron)

Mentions

@ambarvm

@ambarvm
Copy link
Member

ambarvm commented May 12, 2022

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

@ambarvm
Copy link
Member

ambarvm commented May 12, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants