mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Beef up the artifacts cache size a bit
This commit is contained in:
parent
b4945afbb9
commit
f2963e2ebe
@ -29,7 +29,7 @@ import org.sleuthkit.datamodel.BlackboardArtifact;
|
||||
*/
|
||||
public class DomainSearchArtifactsCache {
|
||||
|
||||
private static final int MAXIMUM_CACHE_SIZE = 5;
|
||||
private static final int MAXIMUM_CACHE_SIZE = 500;
|
||||
private static final LoadingCache<DomainSearchArtifactsRequest, List<BlackboardArtifact>> cache
|
||||
= CacheBuilder.newBuilder()
|
||||
.maximumSize(MAXIMUM_CACHE_SIZE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user