mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-20 18:31:22 +00:00
[client] increase the lgmp queue timeouts
This commit is contained in:
parent
4d0f019ad5
commit
f9d919bdbb
2 changed files with 4 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-101-ge6154e685f+1
|
||||
B1-102-g4d0f019ad5+1
|
|
@ -47,14 +47,14 @@ static const struct LGMPQueueConfig FRAME_QUEUE_CONFIG =
|
|||
{
|
||||
.queueID = LGMP_Q_FRAME,
|
||||
.numMessages = LGMP_Q_FRAME_LEN,
|
||||
.subTimeout = 1000
|
||||
.subTimeout = 5000
|
||||
};
|
||||
|
||||
static const struct LGMPQueueConfig POINTER_QUEUE_CONFIG =
|
||||
{
|
||||
.queueID = LGMP_Q_POINTER,
|
||||
.numMessages = LGMP_Q_POINTER_LEN,
|
||||
.subTimeout = 1000
|
||||
.subTimeout = 5000
|
||||
};
|
||||
|
||||
#define MAX_POINTER_SIZE (sizeof(KVMFRCursor) + (128 * 128 * 4))
|
||||
|
@ -542,4 +542,4 @@ fail:
|
|||
void app_quit()
|
||||
{
|
||||
app.running = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue