Revert "Read-replica instead of non-voter (#10875)" (#10890)

This reverts commit fc745670cf.
This commit is contained in:
Vishal Nayak
2021-02-10 16:41:58 -05:00
committed by GitHub
parent 0d462166cf
commit 405eced084
11 changed files with 20 additions and 63 deletions

View File

@@ -27,7 +27,7 @@ var (
additionalRoutes = func(mux *http.ServeMux, core *vault.Core) {}
readReplicasAllowed = false
nonVotersAllowed = false
)
func rateLimitQuotaWrapping(handler http.Handler, core *vault.Core) http.Handler {