Skip to content

Commit

Permalink
Merge pull request #1775 from stenya/intel_small_cache
Browse files Browse the repository at this point in the history
[improvement] Small cache size
  • Loading branch information
dhaavi authored Jan 13, 2025
2 parents 3ee214a + df70c70 commit 241bf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/intel/filterlists/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 241bf20

Please sign in to comment.