Increase IdentityKey cache size.
This commit is contained in:
parent
2782216e52
commit
a9ee7e93fd
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ public class SignalBaseIdentityKeyStore {
|
|||
|
||||
Cache(@NonNull IdentityTable identityDatabase) {
|
||||
this.identityDatabase = identityDatabase;
|
||||
this.cache = new LRUCache<>(200);
|
||||
this.cache = new LRUCache<>(1000);
|
||||
}
|
||||
|
||||
public @Nullable IdentityStoreRecord get(@NonNull String addressName) {
|
||||
|
|
Loading…
Add table
Reference in a new issue