Skip to content

Commit 9c3e96d

Browse files
committed
fix: increase cache size for scanned images
Double the cache size for tracking images already scanned. Would allow images to be scanned less often since they can stay longer in the cache.
1 parent 794c0e3 commit 9c3e96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"level": "info"
55
},
66
"IMAGES_SCANNED_CACHE": {
7-
"MAX_SIZE": 10000,
7+
"MAX_SIZE": 20000,
88
"MAX_AGE_MS": 86400000
99
},
1010
"WORKLOADS_SCANNED_CACHE": {

0 commit comments

Comments
 (0)