From aa37c7dcecae3fb6b436da98060870ee0bb75c3e Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Tue, 8 Jun 2021 14:12:33 -0400 Subject: [PATCH] Add proxies back to schema --- fdbclient/Schemas.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/fdbclient/Schemas.cpp b/fdbclient/Schemas.cpp index 514866fe83..95b19c962b 100644 --- a/fdbclient/Schemas.cpp +++ b/fdbclient/Schemas.cpp @@ -755,6 +755,7 @@ const KeyRef JSONSchemas::statusSchema = LiteralStringRef(R"statusSchema( "auto_logs":3, "commit_proxies":5, "grv_proxies":1, + "proxies":6, "backup_worker_enabled":1, "perpetual_storage_wiggle":0 },