Merge pull request from stenya/intel_small_cache

[improvement] Small cache size
This commit is contained in:
Daniel Hååvi 2025-01-13 13:44:31 +01:00 committed by GitHub
commit 241bf20c7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ var (
var cache = database.NewInterface(&database.Options{
Local: true,
Internal: true,
CacheSize: 2 ^ 8,
CacheSize: 256,
})
// getFileFunc is the function used to get a file from