1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

paging ciphers for better performance

This commit is contained in:
Kyle Spearrin
2019-03-19 12:44:22 -04:00
parent e4093209cc
commit cc706a48da
9 changed files with 29 additions and 25 deletions

View File

@@ -39,6 +39,7 @@ export class CiphersComponent extends BaseCiphersComponent implements OnDestroy
protected toasterService: ToasterService, protected i18nService: I18nService,
protected platformUtilsService: PlatformUtilsService, protected cipherService: CipherService) {
super(searchService);
this.pageSize = 150;
}
ngOnDestroy() {