https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41767
--- Comment #1 from Andreas Jonsson <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
