mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +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 {
|
||||
|
||||
/** 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