Skip to content

Commit

Permalink
config: bump up max concurrent clip limit
Browse files Browse the repository at this point in the history
  • Loading branch information
emranemran committed Oct 29, 2024
1 parent d48b0cc commit 7d993fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const MaxSegmentSizeSecs = 20
// VOD jobs. The limits are somewhat arbitrary and will need to be tweaked based on
// requirements.
var MaxInFlightJobs int = 8
var MaxInFlightClipJobs int = 20
var MaxInFlightClipJobs int = 50

// How long to try writing a single segment to storage for before giving up
const SEGMENT_WRITE_TIMEOUT = 5 * time.Minute
Expand Down

0 comments on commit 7d993fe

Please sign in to comment.