Browse Source

Test

etomic
jl777 8 years ago
parent
commit
0fffd2bf91
  1. 4
      iguana/exchanges/LP_nativeDEX.c

4
iguana/exchanges/LP_nativeDEX.c

@ -312,8 +312,8 @@ void command_rpcloop(void *myipaddr)
if ( nonz == 0 ) if ( nonz == 0 )
{ {
if ( IAMLP != 0 ) if ( IAMLP != 0 )
usleep(10); usleep(1000);
else usleep(1000); else usleep(10000);
} }
} }
} }

Loading…
Cancel
Save