| > I am using a RESTful server to lookup specific
> values from a database. Each query is a unique URL.
> The response is usually an XML or JSON file of 1 - 5
> KB. On many occasions I need to look up more than
> 100,000 values (using more than 100,000 URLs).
> However, HTTrack stops after processing ~ 99,000
> URLs.
Add -#L1000000 to the list of URLs
See
<http://forum.httrack.com/readmsg/676/671/index.html?q=100000>
| |