0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

linux-capture: Set xcomposite capture retry interval to 2sec

Half a second was a bit too often and was spamming the debug logging
when a window wasn't found.
This commit is contained in:
Lain 2024-09-02 02:05:45 -07:00
parent c521b23619
commit c837d3b533

View File

@ -23,7 +23,7 @@
#include <util/darray.h>
#define WIN_STRING_DIV "\r\n"
#define FIND_WINDOW_INTERVAL 0.5
#define FIND_WINDOW_INTERVAL 2.0
static Display *disp = NULL;
static xcb_connection_t *conn = NULL;