tightened up the threshold

This commit is contained in:
jamesalbert
2017-04-11 02:58:47 -07:00
parent c7488e28f7
commit 9d7f35f3b2

View File

@@ -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