Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
2b1bcdbe3e
  1. 2
      iguana/main.c

2
iguana/main.c

@ -464,7 +464,7 @@ void mainloop(struct supernet_info *myinfo)
} }
//pangea_queues(SuperNET_MYINFO(0)); //pangea_queues(SuperNET_MYINFO(0));
if ( flag == 0 ) if ( flag == 0 )
usleep(10000 + isRT*100000 + (numpeers == 0)*1000000); usleep(100000 + isRT*100000 + (numpeers == 0)*1000000);
//iguana_jsonQ(); // cant do this here safely, need to send to coin specific queue //iguana_jsonQ(); // cant do this here safely, need to send to coin specific queue
} }
} }

Loading…
Cancel
Save