delay
The amount of time to wait before processing buffered items into the map. This should basically be changed while tuning to achieve some performance target. The default tries to ensure that you don't rapidly process everything in the queue while things are still coming in, leading to lots of little processing requests when it could have all been done in a single go.