Bug 16226

Summary: Allow Plack workers and requests-before-restart to be configured per-instance
Product: Koha Reporter: Jesse Weaver <jweaver>
Component: Architecture, internals, and plumbingAssignee: Jesse Weaver <jweaver>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: abl, larry, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Jesse Weaver 2016-04-07 19:23:08 UTC
This could be a file like /etc/koha/sites/INSTANCE/plack-settings, and would likely just contain the following:

MAX_REQUESTS=50
WORKERS=2

so it could be sourced by koha-plack.
Comment 1 Tomás Cohen Arazi 2017-07-20 13:41:49 UTC
This was implemented as a hidden enhancement in bug 16749.
Solved!

*** This bug has been marked as a duplicate of bug 16749 ***