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:
Wim Taymans 2024-07-12 12:24:56 +02:00
parent 42096de3cc
commit d4515378e7

View file

@ -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