From d44d87ee7fde521189b4d65839bb76a4cc4452e4 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 18 Jul 2021 10:48:56 +1000 Subject: [PATCH] [client] spice: update to use the new epoll version of PureSpice --- client/src/main.c | 2 +- repos/PureSpice | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/main.c b/client/src/main.c index 1e538492..0cbc51e2 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -640,7 +640,7 @@ int main_frameThread(void * unused) int spiceThread(void * arg) { while(g_state.state != APP_STATE_SHUTDOWN) - if (!spice_process(1000)) + if (!spice_process(100)) { if (g_state.state != APP_STATE_SHUTDOWN) { diff --git a/repos/PureSpice b/repos/PureSpice index dde2d242..d9b92c57 160000 --- a/repos/PureSpice +++ b/repos/PureSpice @@ -1 +1 @@ -Subproject commit dde2d2427b574b28ad8669804aeb8236681cde94 +Subproject commit d9b92c57a264ea86cf9dd462795fce76af003768