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

speed up!

parent 9e7a21ae
No related branches found
No related tags found
No related merge requests found
......@@ -409,7 +409,7 @@ class GmshServer : public GmshSocket{
}
// wait until we get data
int ret = NonBlockingWait(tmpsock, 0.5, timeout);
int ret = NonBlockingWait(tmpsock, 0.001, timeout);
if(ret){
CloseSocket(tmpsock);
if(ret == 2){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment