Skip to content
Snippets Groups Projects
Commit 58b3785d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

reduce Fl::wait() interval

parent f4fd10ea
No related branches found
No related tags found
No related merge requests found
...@@ -470,7 +470,7 @@ bool gmshLocalNetworkClient::run() ...@@ -470,7 +470,7 @@ bool gmshLocalNetworkClient::run()
break; break;
} }
else{ else{
int ret = s->NonBlockingWait(0.001, -1.); int ret = s->NonBlockingWait(0.0001, -1.);
if(ret == 0){ // we have data from this particular client if(ret == 0){ // we have data from this particular client
haveData = true; haveData = true;
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment