diff --git a/src/App/Pages/Vault/CiphersPage.xaml.cs b/src/App/Pages/Vault/CiphersPage.xaml.cs index 544a41daf..ead54f8c9 100644 --- a/src/App/Pages/Vault/CiphersPage.xaml.cs +++ b/src/App/Pages/Vault/CiphersPage.xaml.cs @@ -68,7 +68,7 @@ namespace Bit.App.Pages { return; } - _vm.Search(e.NewTextValue, 300); + _vm.Search(e.NewTextValue, 500); } private void SearchBar_SearchButtonPressed(object sender, EventArgs e)