Bug 19639

Summary: Are temporary CGI uploads removed too late under Plack?
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Marcel de Rooy 2017-11-16 13:37:05 UTC
Scripts that run under Plack like tools/inventory that use larger file uploads, create temporary files that are removed when CGI closes. This may take longer when we run this under Plack. Is it too long? Could they fill up your tmp partition?