We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b947d6f commit 0e07f3eCopy full SHA for 0e07f3e
device/buffer_lock.h
@@ -34,7 +34,7 @@ typedef struct buffer_lock_s {
34
} buffer_lock_t;
35
36
#define DEFAULT_BUFFER_LOCK_TIMEOUT 16 // ~60fps
37
-#define DEFAULT_BUFFER_LOCK_GET_TIMEOUT 2000 // 2s
+#define DEFAULT_BUFFER_LOCK_GET_TIMEOUT 3000 // 3s
38
39
#define DEFINE_BUFFER_LOCK(_name, _timeout_ms) buffer_lock_t _name = { \
40
.name = #_name, \
0 commit comments