Browse Source

Test

etomic
jl777 7 years ago
parent
commit
a93ea0a7f7
  1. 4
      iguana/exchanges/LP_nativeDEX.c

4
iguana/exchanges/LP_nativeDEX.c

@ -856,8 +856,8 @@ void LP_reserved_msgs(void *ignore)
if ( ignore == 0 ) if ( ignore == 0 )
break; break;
if ( nonz != 0 ) if ( nonz != 0 )
usleep(3000); usleep(1000);
else usleep(25000); else usleep(5000);
} }
} }

Loading…
Cancel
Save