The old Harvest placed a limit on the \"maximum\" size of
a file that it would download - this allows some sanity
checking of data, and prevents bad servers from filling up
a database, or breaking the gatherer run.
LWP supports this through a max_size argument to the
UserAgent object, so it should be fairly easy to implement.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To continue ...
The old Harvest placed a limit on the \"maximum\" size of
a file that it would download - this allows some sanity
checking of data, and prevents bad servers from filling up
a database, or breaking the gatherer run.
LWP supports this through a max_size argument to the
UserAgent object, so it should be fairly easy to implement.