Commit fd40cd4a by samrobinson Committed by Rohit Singh

Bump muxer watchdog abort timer default timeout to 10s.

PiperOrigin-RevId: 490756055
parent 89e4b8d0
......@@ -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;
......
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