Browse Source

Test

etomic
jl777 7 years ago
parent
commit
0f8ad4504f
  1. 4
      iguana/exchanges/stats.c

4
iguana/exchanges/stats.c

@ -778,7 +778,9 @@ void stats_rpcloop(void *args)
if ( sock < 0 )
{
//fprintf(stderr,".");
usleep(50000);
if ( IAMLP == 0 )
usleep(50000);
else usleep(2500);
continue;
}
#endif

Loading…
Cancel
Save