From 94ed5048cd1baad2c650d4d2e9f6b7634890b264 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 1 Jun 2017 12:09:54 +0300 Subject: [PATCH] Test --- iguana/exchanges/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/mm.c b/iguana/exchanges/mm.c index ebcc50b5b..703f70dd7 100644 --- a/iguana/exchanges/mm.c +++ b/iguana/exchanges/mm.c @@ -833,7 +833,7 @@ int main(int argc, const char * argv[]) while ( 1 ) { theoretical = marketmaker_updateprice("komodo","KMD","BTC",theoretical,&incr); - sleep(3); + sleep(10); if ( jint(retjson,"client") != 0 ) { struct LP_utxoinfo *utxo,*utmp;