Browse Source

Test

etomic
jl777 8 years ago
parent
commit
32b981065b
  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 flag = 1;
} }
} }
else if ( time(NULL) > ptr->starttime+LP_HTTP_TIMEOUT*2+1 ) else if ( time(NULL) > ptr->starttime+LP_HTTP_TIMEOUT*3+2 )
{ {
LP_crc32find(&duplicate,-1,ptr->crc32); LP_crc32find(&duplicate,-1,ptr->crc32);
if ( duplicate > 0 ) if ( duplicate > 0 )

Loading…
Cancel
Save