https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23685

--- Comment #17 from David Cook <[email protected]> ---
(In reply to Aleisha Amohia from comment #16)
> I don't know the kind of report I need to test crashing the system when I
> export to ODS. Any ideas?

Try something like this:

SELECT biblio.* FROM biblio CROSS JOIN biblio b limit 10000;

I think it should make an enormous number of rows, so you can play with the
limit however you like. 

> I've just avoided adding to a $content variable as a start and can confirm
> it works, but doesn't address the Plack problem that David Cook raised. Not
> sure the best way around that.

Yeah it's a hard one. For now, the best bet is probably to avoid using Plack
for this. It sucks, but it's the only practical solution I can think of.

There just isn't enough community support to move forward on a
Mojolicious/Plack-based controller solution yet. I've tried a few times to
progress it, but it's too much for just 1 person.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to