tightened up the threshold
This commit is contained in:
@@ -60,7 +60,7 @@ class WpUser < WpItem
|
|||||||
found = true
|
found = true
|
||||||
self.password = password
|
self.password = password
|
||||||
return
|
return
|
||||||
elsif progress_bar.progress.fdiv(progress_bar.total) >= 0.5
|
elsif progress_bar.progress.fdiv(progress_bar.total) >= 0.8
|
||||||
progress_bar.total *= 2
|
progress_bar.total *= 2
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user