Chart updates should be batched #253
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current code is:
in a setInterval.
tried to reanable charts to see how they behave with the web-workers. it doesn't lock up fe, which is good. but it still locks up delivery queue, while its gathering data.
question: what will happen, when i reanable it again in the code? i tried today, but it did spike my cpu for an hour (until i disabled it again and restarted the instance, because it clogged up my delivery queue), so could it be, that foundkey is trying to fetch all past missing datapoints or something?