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

Debounce logtouch #8

Open
NickZ opened this issue Dec 5, 2018 · 0 comments
Open

Debounce logtouch #8

NickZ opened this issue Dec 5, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@NickZ
Copy link

NickZ commented Dec 5, 2018

We currently use coreUtil.logTouch for every single call, which adds a of overhead since we have to update the database on every single call. We should debounce these logtouch calls such that we are only updating the database a fraction of the time (every second or so).

@sevenbitbyte sevenbitbyte added the enhancement New feature or request label Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants