mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
reduce cache ttl to 3 seconds
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CipherView } from '../view';
|
||||
|
||||
const CacheTTL = 5000;
|
||||
const CacheTTL = 3000;
|
||||
|
||||
export class SortedCiphersCache {
|
||||
private readonly sortedCiphersByUrl: Map<string, Ciphers> = new Map<string, Ciphers>();
|
||||
|
||||
Reference in New Issue
Block a user