You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: