mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
node-driver: 5 seconds of freewheel timeout is enough
We retry to run the graph every 5 seconds in case it didn't complete. A 10 seconds timeout feels quite long.
This commit is contained in:
parent
42096de3cc
commit
d4515378e7
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ SPA_LOG_TOPIC_DEFINE_STATIC(log_topic, "spa.driver");
|
|||
#define SPA_LOG_TOPIC_DEFAULT &log_topic
|
||||
|
||||
#define DEFAULT_FREEWHEEL false
|
||||
#define DEFAULT_FREEWHEEL_WAIT 10
|
||||
#define DEFAULT_FREEWHEEL_WAIT 5
|
||||
#define DEFAULT_CLOCK_PREFIX "clock.system"
|
||||
#define DEFAULT_CLOCK_ID CLOCK_MONOTONIC
|
||||
#define DEFAULT_RESYNC_MS 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue