mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-06 01:27:20 +00:00
red_worker: increase the interval limit for stream frames
This commit is contained in:
parent
1d760551ec
commit
473d41b9f2
@ -110,7 +110,7 @@
|
||||
#define DISPLAY_FREE_LIST_DEFAULT_SIZE 128
|
||||
|
||||
#define RED_STREAM_DETACTION_MAX_DELTA ((1000 * 1000 * 1000) / 5) // 1/5 sec
|
||||
#define RED_STREAM_CONTINUS_MAX_DELTA ((1000 * 1000 * 1000) / 2) // 1/2 sec
|
||||
#define RED_STREAM_CONTINUS_MAX_DELTA (1000 * 1000 * 1000)
|
||||
#define RED_STREAM_TIMOUT (1000 * 1000 * 1000)
|
||||
#define RED_STREAM_FRAMES_START_CONDITION 20
|
||||
#define RED_STREAM_GRADUAL_FRAMES_START_CONDITION 0.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user