--- httrack-3.49.2.old/README +++ httrack-3.49.2/README @@ -43,8 +43,8 @@ These options may not be necessary for a normal usage. But they can solve several problems. -- If you need more than 100,000 links: -#L1000000 (1,000,000 links) -- If you need more than 500 filters: -#F1000 (1,000 filters) +- To change maximum number of links: -#L5000000 (5,000,000 links) +- To change maximum number of filters: -#F5000 (5,000 filters) - If you need transfer rate statictics every minutes: -#Z - If you need transfer operations statistics every minutes: -#T - If you want log files to be refreshed after every line: -#f --- httrack-3.49.2.old/html/fcguide.html +++ httrack-3.49.2/html/fcguide.html @@ -1312,7 +1312,7 @@ releases of HTTra ck. But these tests have been done with links of known types, that is, html, gif, and so on.. If you have, say, 10,000 links of unknown type, such as ".asp", this will cause the engine to -test ALL t hese files, and this will SLOOOOW down the parser. In this +test ALL these files, and this will SLOOOOW down the parser. In this example, the parser will take hours, instead of 20 seconds! In this case, it would be great to tell HTTrack: ".asp pages are in fact HTML pages" This is possible, using: -%A asp=text/html @@ -1747,8 +1747,9 @@ #L Maximum number of links (-#L1000000) -

Use if if you want to use more than the maximum -default number of links, that is, 100,000 links: -#L2000000 for 2,000,000 links +

Use if if you want to use more than the default +maximum number of links, that is, 1,000,000 links. For example: +-#L2000000 for 2,000,000 links

  #p  Display ugly progress information
--- httrack-3.49.2.old/html/httrack.man.html
+++ httrack-3.49.2/html/httrack.man.html
@@ -1559,8 +1559,7 @@
 
 
 
-

maximum number of links (−#L1000000) -(−−advanced−maxlinks[=N])

+

maximum number of links (−#L1000000)

--- httrack-3.49.2.old/html/step9_opt2.html +++ httrack-3.49.2/html/step9_opt2.html @@ -159,9 +159,13 @@

  • Maximum number of links
  • -
    Maximum number of links that can be analyzed, that is, either downloaded, or not downloaded. - Do not set a too low limit for that, because once the limit is reached, the engine will stop immediately. -
    Do not set a too high limit, too, because it will take some memory.. 100,000 links (default) is generally enough. +
    Maximum number of links that can be analyzed, that is, +either downloaded, or not downloaded. +Do not set too low a limit for this, because once the limit is +reached, the engine will stop immediately. +
    Do not set a too high limit, either, because it will increase +memory usage. The default setting (1,000,000 links) is generally +enough.


    --- httrack-3.49.2.old/man/httrack.1 +++ httrack-3.49.2/man/httrack.1 @@ -439,7 +439,7 @@ .IP \-#K scan stdin (debug) (\-\-debug\-scanstdin) .IP \-#L -maximum number of links (\-#L1000000) (\-\-advanced\-maxlinks[=N]) +maximum number of links (\-#L1000000) .IP \-#p display ugly progress information (\-\-advanced\-progressinfo) .IP \-#P --- httrack-3.49.2.old/src/htslib.c +++ httrack-3.49.2/src/htslib.c @@ -5489,8 +5489,9 @@ StringCopy(opt->path_log, ""); StringCopy(opt->path_bin, ""); // - opt->maxlink = 100000; // 100,000 liens max par défaut - opt->maxfilter = 200; // 200 filtres max par défaut + opt->maxlink = 1000000; // 100,000 liens max par défaut + opt->maxfilter = 2500; // 200 filtres max par défaut + opt->maxcache = 1048576 * 32; // a peu près 32Mo en cache max -- OPTION NON PARAMETRABLE POUR L'INSTANT -- //opt->maxcache_anticipate=256; // maximum de liens à anticiper opt->maxtime = -1; // temps max en secondes