[client] spice: update to use the new epoll version of PureSpice

This commit is contained in:
Geoffrey McRae 2021-07-18 10:48:56 +10:00
parent 2b3f31700b
commit d44d87ee7f
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

@ -1 +1 @@
Subproject commit dde2d2427b574b28ad8669804aeb8236681cde94
Subproject commit d9b92c57a264ea86cf9dd462795fce76af003768