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