Skip to content

Commit 4c71e90

Browse files
committed
config: leave the relay default alone
The deployed config sets track_metrics_enabled explicitly, so the header default does not matter here. Whether it should be true — the descriptions say so while the value is false — is #558 to settle.
1 parent d883dfa commit 4c71e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ struct ServiceConfig {
227227
struct AdminConfig {
228228
folly::SocketAddress address;
229229
std::optional<TlsConfig> tls;
230-
bool trackMetricsEnabled{true};
230+
bool trackMetricsEnabled{false};
231231
uint32_t trackMetricsLimit{10};
232232
uint32_t trackMetricsMaxLimit{1000};
233233
};

0 commit comments

Comments
 (0)