diff --git a/thecockpit/src/app.rs b/thecockpit/src/app.rs index 7cee26f..556ec59 100644 --- a/thecockpit/src/app.rs +++ b/thecockpit/src/app.rs @@ -96,7 +96,7 @@ impl App { 10, 0, PASSWORD_BACKGROUND, - (500000, Interpolation::Linear), + (200000, Interpolation::Linear), ); self.binary_search_hint.guess_hint = None; }