~22% chance
This commit is contained in:
parent
1c66200aa3
commit
cc97f05a9e
|
@ -97,7 +97,7 @@ public enum SupportDialog {
|
|||
}
|
||||
|
||||
// sometimes lucky if many files have been processed over time
|
||||
return totalRenameCount >= 2000 * Math.pow(4, supportRevisionCount) && Math.random() >= 0.2;
|
||||
return totalRenameCount >= 2000 * Math.pow(4, supportRevisionCount) && Math.random() >= 0.777;
|
||||
}
|
||||
|
||||
public boolean show(int totalRenameCount, boolean first) {
|
||||
|
|
Loading…
Reference in New Issue