Commit dd96c97b by samrobinson Committed by Rohit Singh

Bump muxer watchdog abort timer default timeout to 10s.

PiperOrigin-RevId: 490756055
parent 3d31e094
...@@ -30,7 +30,7 @@ public final class DefaultMuxer implements Muxer { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment