https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #6 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #4)
I've also got an idea for a workaround that could get the tool to work for larger barcode sets which should prevent timeouts from occurring... but I don't have a plan for avoiding them not getting feedback on the job progress and clicking back and trying again and again...
(Basically, excluding inventory.pl from Plack processing, and then sending keep alive messages in the form of spaces or HTML comments. The reason for excluding from Plack is that Plack::App::CGIBin buffers the complete response before sending it back to the client (and any proxies in between).)
I'll attach a patch here for this. If folk don't like it here, I can move it to another report. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.