Skip to content

Commit

Permalink
images queue
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Sep 9, 2024
1 parent beca5a4 commit a925ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pipeline/sink/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ type imageUpdate struct {
}

func newImageSink(u uploader.Uploader, p *config.PipelineConfig, o *config.ImageConfig, callbacks *gstreamer.Callbacks) (*ImageSink, error) {
maxPendingUploads := 900 / o.CaptureInterval
return &ImageSink{
Uploader: u,
ImageConfig: o,
Expand Down

0 comments on commit a925ad6

Please sign in to comment.