We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90e2a0 commit c7c6e02Copy full SHA for c7c6e02
src/feature_toggles.h
@@ -11,7 +11,7 @@ namespace grpc_labview {
11
// Constructor to initialize with default values
12
FeatureConfig() {
13
featureFlags["gRPC"] = true; // Enable gRPC by default as an example, this will never be overridden by config file
14
- featureFlags["data_EfficientMessageCopy"] = true;
+ featureFlags["data_EfficientMessageCopy"] = false;
15
featureFlags["data_useOccurrence"] = true;
16
}
17
0 commit comments