1 Mar
2026
1 Mar
'26
12:41 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41767
David Nind <david@davidnind.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #192449|0 |1
is obsolete| |
--- Comment #2 from David Nind <david@davidnind.com> ---
Created attachment 194208
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194208&action=edit
Bug 41767: Plack backlog parameter
Set a low default --backlog parameter for starman to allow for faster
recovery when system becomes overloaded. Also expose configuration
parameter for tuning.
Test plan:
* At the command line verify that the parameter "--backlog 50" is
present for starman processes, provided that --max-requests 50
--workers 2:
> ps aux | grep starman
* Edit /etc/koha/sites/kohadev/koha-conf.xml and add
<plack_backlog>157</plack_backlog> (e.g., next to <plack_workers>).
* Restart plack:
> koha-plack --restart kohadev
* Verify that the --backlog parameter has changed accordingly
Signed-off-by: David Nind <david@davidnind.com>
--
You are receiving this mail because:
You are watching all bug changes.