http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2453
--- Comment #4 from Ian Walls <[email protected]> 2011-08-25 23:21:32 UTC --- Further research has shown that my issue is not with ISO 2709, but the implicit file size limit of the Net::Z3950::ZOOM connection. The perl module does not make use of any connection options, one of which is maximumRecordSize. Since it's not specified on connection, the default of 1MB is used. This is almost always enough, but in the case of a VERY prolific serial, not always. For example, the record I was testing showed 1673 items, and came out to 1.2MB of XML once the items were added in. While fixing Net::Z3950::ZOOM would be ideal, it's probably easier to alter Koha in the way described in my previous comment. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
