mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +00:00
Merge pull request #1775 from stenya/intel_small_cache
[improvement] Small cache size
This commit is contained in:
commit
241bf20c7a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ var (
|
||||||
var cache = database.NewInterface(&database.Options{
|
var cache = database.NewInterface(&database.Options{
|
||||||
Local: true,
|
Local: true,
|
||||||
Internal: true,
|
Internal: true,
|
||||||
CacheSize: 2 ^ 8,
|
CacheSize: 256,
|
||||||
})
|
})
|
||||||
|
|
||||||
// getFileFunc is the function used to get a file from
|
// getFileFunc is the function used to get a file from
|
||||||
|
|
Loading…
Add table
Reference in a new issue