Skip to content

Commit

Permalink
Disabled ResetProgressMarkerOnCommitFailures feature by default, beca…
Browse files Browse the repository at this point in the history
…use right now it is always triggered when HISTORY datatype is enabled
  • Loading branch information
AlexeyBarabash committed Sep 28, 2023
1 parent 43100dd commit 660bac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sync/engine/brave_model_type_worker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace features {
// Enables the option of resetting progress marker.
BASE_FEATURE(kBraveSyncResetProgressMarker,
"ResetProgressMarkerOnCommitFailures",
base::FEATURE_ENABLED_BY_DEFAULT);
base::FEATURE_DISABLED_BY_DEFAULT);

} // namespace features

Expand Down

0 comments on commit 660bac9

Please sign in to comment.