Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv: remove assertion around QuotaPool and Raft window size config
This check was well intentioned when added, but seems misguided in retrospect. There are valid reasons why someone might want to configure limits to various dimensions of the Raft window size in ways that, when combined, exceeds the total window size limit (i.e. the quota pool size).
- Loading branch information