Browse Source

Test

etomic
jl777 8 years ago
parent
commit
dbed9d678a
  1. 2
      iguana/exchanges/LP_network.c

2
iguana/exchanges/LP_network.c

@ -128,7 +128,7 @@ void queue_loop(void *ignore)
else flag = 1;
}
}
else if ( time(NULL) > ptr->starttime+30 )
else if ( time(NULL) > ptr->starttime+3 )
{
LP_crc32find(&duplicate,-1,ptr->crc32);
if ( duplicate > 0 )

Loading…
Cancel
Save