Currently, the bottleneck of `hotfix` is IO to write updates to the message store, for any setup where a persistent store is used. These writes could potentially be batched.
Currently, the bottleneck of
hotfixis IO to write updates to the message store, for any setup where a persistent store is used.These writes could potentially be batched.