Skip to content

Commit

Permalink
fixup! Use channels for batch queue changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Oct 19, 2023
1 parent 4f0d572 commit cd910db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/kine/drivers/generic/generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,6 @@ func (d *Generic) processBatchQueue(ctx context.Context) {
}

d.removeFromBatchQueueCh <- len(dcq)
} else {
fmt.Printf("Queue is empty: %d\n", len(d.batchingQueue))
}
}

Expand Down

0 comments on commit cd910db

Please sign in to comment.