mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-08 21:45:01 +00:00
increase doorbell timeout
This commit is contained in:
parent
ce328870be
commit
e20066eab9
@ -253,7 +253,7 @@ int main(int argc, char *argv[]) {
|
||||
while (!process_shutdown_event->peek() && !local_shutdown->peek()) {
|
||||
while (expected_index == queue->outindex) {
|
||||
if (has_doorbell) {
|
||||
WaitForSingleObject(event, 100);
|
||||
WaitForSingleObject(event, 1000);
|
||||
if (process_shutdown_event->peek() || local_shutdown->peek()) {
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user