Skip to content

Commit

Permalink
Forgot queue bound
Browse files Browse the repository at this point in the history
Signed-off-by: Matei David <[email protected]>
  • Loading branch information
mateiidavid committed Jan 10, 2024
1 parent 498ef33 commit 55c7185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func NewEndpointsController(k8sAPI *k8s.API, hostname, controllerNs string, stop
ec := &EndpointsController{
k8sAPI: k8sAPI,
updates: updateQueue{
queue: make(chan queueUpdate),
queue: make(chan queueUpdate, updateQueueCapacity),
queueMetrics: queueMetrics{
queueLength: queueLengthGauge,
queueUpdates: queueUpdateCounter,
Expand Down

0 comments on commit 55c7185

Please sign in to comment.