27 Mar
2026
27 Mar
'26
11:04 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41767 --- Comment #6 from Thomas Klausner <domm@plix.at> --- Created attachment 196443 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196443&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> Signed-off-by: Thomas Klausner <domm@plix.at> -- You are receiving this mail because: You are watching all bug changes.