mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Increase IdentityKey cache size.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user