jl777 8 years ago
parent
commit
3cf4a0e886
  1. 4
      basilisk/basilisk.c

4
basilisk/basilisk.c

@ -931,7 +931,7 @@ void basilisk_iteration(struct supernet_info *myinfo)
void basilisks_loop(void *arg)
{
static uint32_t counter;
//static uint32_t counter;
struct supernet_info *myinfo = arg; int32_t iter; double startmilli,endmilli;
iter = 0;
while ( 1 )
@ -942,7 +942,7 @@ void basilisks_loop(void *arg)
basilisk_p2pQ_process(myinfo,777);
if ( myinfo->NOTARY.RELAYID >= 0 )
{
if ( (counter++ % 20) == 0 )
//if ( (counter++ % 20) == 0 )
iguana_dPoWupdate(myinfo);
endmilli = startmilli + 500;
}

Loading…
Cancel
Save