Commit 05ea370e authored by Francois Gygi's avatar Francois Gygi
Browse files

Add sync in client-server loop

git-svn-id: http://qboxcode.org/svn/qb/trunk@1907 cba15fb0-1239-40c8-b417-11db7ca47a34
Showing with 1 addition and 0 deletions
+1 -0
......@@ -486,6 +486,7 @@ void UserInterface::processCmdsServer ( string inputfilename,
}
// wait before retrying
sync();
usleep(200000);
} // while !done
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment