mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Bump muxer watchdog abort timer default timeout to 10s.
PiperOrigin-RevId: 490756055
This commit is contained in:
parent
3d31e094a9
commit
dd96c97bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public final class DefaultMuxer implements Muxer {
|
||||||
public static final class Factory implements Muxer.Factory {
|
public static final class Factory implements Muxer.Factory {
|
||||||
|
|
||||||
/** The default value returned by {@link #getMaxDelayBetweenSamplesMs()}. */
|
/** The default value returned by {@link #getMaxDelayBetweenSamplesMs()}. */
|
||||||
public static final long DEFAULT_MAX_DELAY_BETWEEN_SAMPLES_MS = 3000;
|
public static final long DEFAULT_MAX_DELAY_BETWEEN_SAMPLES_MS = 10_000;
|
||||||
|
|
||||||
private final Muxer.Factory muxerFactory;
|
private final Muxer.Factory muxerFactory;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue