Skip to content

Commit

Permalink
15m segment queue
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Sep 9, 2024
1 parent 79afb24 commit beca5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/sink/segments.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import (
)

const (
maxPendingUploads = 100
defaultLivePlaylistWindow = 5
)

Expand Down Expand Up @@ -91,6 +90,7 @@ func newSegmentSink(u uploader.Uploader, p *config.PipelineConfig, o *config.Seg
outputType = types.OutputTypeTS
}

maxPendingUploads := 900 / o.SegmentDuration
s := &SegmentSink{
Uploader: u,
SegmentConfig: o,
Expand Down

0 comments on commit beca5a4

Please sign in to comment.