Skip to content

Commit

Permalink
Change fallback timeout default to 500ms (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 authored Jun 11, 2024
1 parent fd049ee commit 34b51cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane/live_compositor/live_compositor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ defmodule Membrane.LiveCompositor do
Timeout that defines when the LiveCompositor should switch to fallback on
the input stream that stopped sending frames.
""",
default: Membrane.Time.seconds(2)
default: Membrane.Time.milliseconds(500)
],
composing_strategy: [
spec: :real_time_auto_init | :real_time | :offline_processing,
Expand Down

0 comments on commit 34b51cb

Please sign in to comment.