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

Debouncer causing the onDidChange callbacks to get delayed by 5 seconds when registered multiple times #160

Open
wrongsahil opened this issue Jan 29, 2022 · 2 comments

Comments

@wrongsahil
Copy link

}, {wait: 5000}));

When the onDidChange is registered multiple times (In main and renderer process separately in electron-store), all of the callbacks gets delayed by 5 seconds due to debouncing. Any specific reason to add this debouncing?

@eric-gonzalez-tfs
Copy link

Seeing this also. Any idea why this debounce is so high?

@sindresorhus
Copy link
Owner

Any idea why this debounce is so high?

#143

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

No branches or pull requests

3 participants