4 Feb
2026
4 Feb
'26
12:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41767 --- Comment #1 from Andreas Jonsson <andreas.jonsson@kreablo.se> --- Created attachment 192449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192449&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 -- You are receiving this mail because: You are watching all bug changes.