Browse Source

Test

etomic
jl777 8 years ago
parent
commit
eac92104c4
  1. 4
      iguana/exchanges/stats.c

4
iguana/exchanges/stats.c

@ -972,9 +972,9 @@ int32_t stats_stateupdate(FILE *logfp,char *destdir,char *statefname,int32_t max
if ( ftell(fp) > lastpos[iter] ) if ( ftell(fp) > lastpos[iter] )
{ {
fseek(fp,lastpos[iter],SEEK_SET); fseek(fp,lastpos[iter],SEEK_SET);
while ( komodo_parsestatefile(logfp,sp,fp,symbol,iter) >= 0 && n < 1000 ) while ( komodo_parsestatefile(logfp,sp,fp,symbol,iter) >= 0 && n < 100000 )
{ {
if ( n == 999 ) if ( n == 99999 )
{ {
if ( time(NULL) < starttime+maxseconds ) if ( time(NULL) < starttime+maxseconds )
n = 0; n = 0;

Loading…
Cancel
Save