Skip to content

Commit a4f2709

Browse files
committed
VideoEncoder: Clear old segments more frequently
1 parent 8375aa1 commit a4f2709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/BetaHubBugReporter/Private/BH_VideoEncoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BH_VideoEncoder::BH_VideoEncoder(
2424
pipeWrite(nullptr),
2525
RecordingDuration(InRecordingDuration),
2626
MaxSegmentAge(FTimespan::FromMinutes(5)),
27-
SegmentCheckInterval(FTimespan::FromMinutes(1)),
27+
SegmentCheckInterval(FTimespan::FromSeconds(15)),
2828
LastSegmentCheckTime(FDateTime::Now())
2929
{
3030
// check if width and height are multiples of 4

0 commit comments

Comments
 (0)