]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Mon, 25 Sep 2017 10:22:43 +0000 (12:22 +0200)
committerjl777 <[email protected]>
Mon, 25 Sep 2017 10:22:43 +0000 (12:22 +0200)
src/komodo_gateway.h

index 088e8d4158f7afa989ddb165765460a156b42d08..b922c89477853239a6470ac09bd8163b3010366c 100644 (file)
@@ -1413,9 +1413,9 @@ void komodo_passport_iteration()
                         if ( ASSETCHAINS_SYMBOL[0] != 0 )
                             printf("%s passport refid.%d %s fname.(%s) base.%s %ld %ld\n",ASSETCHAINS_SYMBOL,refid,symbol,fname,base,ftell(fp),lastpos[baseid]);
                         fseek(fp,lastpos[baseid],SEEK_SET);
-                        while ( komodo_parsestatefile(sp,fp,symbol,dest) >= 0 && n < 1000 )
+                        while ( komodo_parsestatefile(sp,fp,symbol,dest) >= 0 && n < 10000 )
                         {
-                            if ( n == 999 )
+                            if ( n == 9999 )
                             {
                                 if ( time(NULL) < starttime+maxseconds )
                                     n = 0;
This page took 0.030578 seconds and 4 git commands to generate.