Skip to content

Commit 72b22b6

Browse files
committed
Disable Stream History by default even in beta.
1 parent a585b21 commit 72b22b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SerialPrograms/Source/CommonFramework/Recording/StreamHistoryOption.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ StreamHistoryOption::StreamHistoryOption()
1313
: GroupOption(
1414
"Stream History",
1515
LockMode::LOCK_WHILE_RUNNING,
16-
IS_BETA_VERSION
17-
? GroupOption::EnableMode::DEFAULT_ENABLED
18-
: GroupOption::EnableMode::DEFAULT_DISABLED,
16+
GroupOption::EnableMode::DEFAULT_DISABLED,
1917
true
2018
)
2119
, DESCRIPTION(

0 commit comments

Comments
 (0)