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

ChunkBatcher: burst debounce support #1982

Open
teh-cmc opened this issue Apr 26, 2023 · 0 comments
Open

ChunkBatcher: burst debounce support #1982

teh-cmc opened this issue Apr 26, 2023 · 0 comments
Labels
🏹 arrow concerning arrow 📉 performance Optimization, memory use, etc

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Apr 26, 2023

The batcher currently relies on a fix tick, which is what you want most of the time, unless you have very bursty traffic that you don't want to be interrupted in the middle of a burst by the regular tickrate.

@teh-cmc teh-cmc added 🏹 arrow concerning arrow 📉 performance Optimization, memory use, etc labels Apr 26, 2023
@teh-cmc teh-cmc changed the title DataTableBatcher: burst debounce support ChunkBatcher: burst debounce support May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏹 arrow concerning arrow 📉 performance Optimization, memory use, etc
Projects
None yet
Development

No branches or pull requests

1 participant