dataloader icon indicating copy to clipboard operation
dataloader copied to clipboard

add Flush() to bypass waiting for the timer

Open gburt opened this issue 1 year ago • 0 comments

Add a Flush() method to the dataloader.Interface that if called will immediately fetch the outstanding batch without waiting for the timer. Should let us lower the latency in situations where we know that no more keys are going to be loaded so there's no reason to keep waiting.

gburt avatar Mar 14 '24 19:03 gburt