Skip to content

Commit

Permalink
Set default force update probability to 0.
Browse files Browse the repository at this point in the history
Otherwise background sync reports 1% of the things as inconsistent even though they are not.

Signed-off-by: Yufei Cai <yufei.cai@bosch.io>
  • Loading branch information
yufei-cai committed Oct 25, 2021
1 parent 8fdc6a0 commit 763bfb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ enum UpdaterConfigValue implements KnownConfigValue {
/**
* Probability to do a replacement update regardless whether incremental update is possible.
*/
FORCE_UPDATE_PROBABILITY("force-update-probability", 0.01);
FORCE_UPDATE_PROBABILITY("force-update-probability", 0.00);

private final String path;
private final Object defaultValue;
Expand Down

0 comments on commit 763bfb7

Please sign in to comment.