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
When importing a lot of stuff, the size of the circular buffer queue can get larger than our pre-allocated size. We should have dynamic, resizable queue sizes.
This would also allow us to have relatively small queues for our subscription queues, which are needlessly large at the moment.
The text was updated successfully, but these errors were encountered:
When importing a lot of stuff, the size of the circular buffer queue can get larger than our pre-allocated size. We should have dynamic, resizable queue sizes.
This would also allow us to have relatively small queues for our subscription queues, which are needlessly large at the moment.
The text was updated successfully, but these errors were encountered: