Bug 16226 - Allow Plack workers and requests-before-restart to be configured per-instance
Summary: Allow Plack workers and requests-before-restart to be configured per-instance
Status: RESOLVED DUPLICATE of bug 16749
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Jesse Weaver
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-07 19:23 UTC by Jesse Weaver
Modified: 2017-07-20 13:41 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***