diff --git a/VERSION b/VERSION index bfd51f43..56402ed6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-162-g3acfbdce02+1 \ No newline at end of file +B1-162-gb953b2b807+1 \ No newline at end of file diff --git a/c-host/src/app.c b/c-host/src/app.c index a9338cd6..f2215e81 100644 --- a/c-host/src/app.c +++ b/c-host/src/app.c @@ -47,14 +47,14 @@ static const struct LGMPQueueConfig FRAME_QUEUE_CONFIG = { .queueID = LGMP_Q_FRAME, .numMessages = LGMP_Q_FRAME_LEN, - .subTimeout = 1000 + .subTimeout = 10000 }; static const struct LGMPQueueConfig POINTER_QUEUE_CONFIG = { .queueID = LGMP_Q_POINTER, .numMessages = LGMP_Q_POINTER_LEN, - .subTimeout = 1000 + .subTimeout = 10000 }; #define MAX_POINTER_SIZE (sizeof(KVMFRCursor) + (128 * 128 * 4))