We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8375aa1 commit a4f2709Copy full SHA for a4f2709
Source/BetaHubBugReporter/Private/BH_VideoEncoder.cpp
@@ -24,7 +24,7 @@ BH_VideoEncoder::BH_VideoEncoder(
24
pipeWrite(nullptr),
25
RecordingDuration(InRecordingDuration),
26
MaxSegmentAge(FTimespan::FromMinutes(5)),
27
- SegmentCheckInterval(FTimespan::FromMinutes(1)),
+ SegmentCheckInterval(FTimespan::FromSeconds(15)),
28
LastSegmentCheckTime(FDateTime::Now())
29
{
30
// check if width and height are multiples of 4
0 commit comments