RemoteDrawingEngine: Reduce RP_READ_BITMAP result timeout.
This commit is contained in:
@@ -963,7 +963,7 @@ RemoteDrawingEngine::ReadBitmap(ServerBitmap* bitmap, bool drawCursor,
|
|||||||
status_t result;
|
status_t result;
|
||||||
do {
|
do {
|
||||||
result = acquire_sem_etc(fResultNotify, 1, B_RELATIVE_TIMEOUT,
|
result = acquire_sem_etc(fResultNotify, 1, B_RELATIVE_TIMEOUT,
|
||||||
100 * 1000 * 1000);
|
10 * 1000 * 1000);
|
||||||
} while (result == B_INTERRUPTED);
|
} while (result == B_INTERRUPTED);
|
||||||
|
|
||||||
if (result != B_OK)
|
if (result != B_OK)
|
||||||
|
|||||||
Reference in New Issue
Block a user