Skip to content

Commit c7c6e02

Browse files
author
Sacheta-NI
committed
disabling LVEfficient until it is good to go for upgrade
Signed-off-by: Sacheta-NI <sacheta@emerson.com>
1 parent b90e2a0 commit c7c6e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feature_toggles.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace grpc_labview {
1111
// Constructor to initialize with default values
1212
FeatureConfig() {
1313
featureFlags["gRPC"] = true; // Enable gRPC by default as an example, this will never be overridden by config file
14-
featureFlags["data_EfficientMessageCopy"] = true;
14+
featureFlags["data_EfficientMessageCopy"] = false;
1515
featureFlags["data_useOccurrence"] = true;
1616
}
1717

0 commit comments

Comments
 (0)