mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
windows: use 100 instead of 20 handles in runloop
This commit is contained in:
parent
2b39b77181
commit
036dc6b8c0
@ -151,7 +151,7 @@ static void btstack_run_loop_windows_execute(void) {
|
||||
while (1) {
|
||||
|
||||
// collect handles to wait for
|
||||
HANDLE handles[20];
|
||||
HANDLE handles[100];
|
||||
memset(handles, 0, sizeof(handles));
|
||||
int num_handles = 0;
|
||||
btstack_linked_list_iterator_init(&it, &data_sources);
|
||||
|
Loading…
Reference in New Issue
Block a user