jl777 7 years ago
parent
commit
c4f4a8a3d6
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -535,7 +535,7 @@ int32_t LP_mainloop_iter(void *ctx,char *myipaddr,struct LP_peerinfo *mypeer,int
needpings++;
}
}
if ( needpings != 0 )//|| (counter % 6000) == 5 )
if ( needpings != 0 || (counter % 100000) == 5 )
{
nonz++;
printf("needpings.%d send notify\n",needpings);

Loading…
Cancel
Save