Skip to content

Commit 6fd87b2

Browse files
committed
fix: reduce worker count from 10 to 5
This should put less strain on the CPU, reduce how many images we pull concurrently, therefore it should slightly improve performance and make individual image scanning faster.
1 parent f94c201 commit 6fd87b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snyk-monitor/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ skopeo:
139139
level: 6
140140

141141
workers:
142-
count: 10
142+
count: 5
143143
sysdig:
144144
enabled: false
145145
namespace: sysdig-agent

0 commit comments

Comments
 (0)