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
It appears to be a bug. Both timers and timer_data are going in same mongo collection. The fix is needed at line index.js#L89 so that new collection created for storing raw values.
I don't get a db.timer_data collection but in my db.timers collections I do see objects in the form of
But they aren't created every "bucket size" (10 seconds) . What frequency are they created?
The text was updated successfully, but these errors were encountered: