mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Bump muxer watchdog abort timer default timeout to 10s.
PiperOrigin-RevId: 490756055
This commit is contained in:
parent
89e4b8d049
commit
fd40cd4a25
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public final class DefaultMuxer implements Muxer {
|
|||
public static final class Factory implements Muxer.Factory {
|
||||
|
||||
/** 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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue