From e5052cf17b64df02161af4ef7e845fcfa84deed4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 6 Nov 2017 12:18:17 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 395ba7ffc..fd41a9857 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -453,7 +453,7 @@ void utxosQ_loop(void *myipaddr) { LP_millistats_update(&utxosQ_loop_stats); if ( LP_utxosQ_process() == 0 ) - usleep(10000); + usleep(50000); } }