I was under the impression that until we hit the cap on the max async writes in the background, that the async write function should basically be instant but I'm never seeing the pending writes go above zero and the write function is effectively blocking until the write is done (behaving synchronously). What am I missing?