16 Apr
2026
16 Apr
'26
3:16 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41767 --- Comment #8 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- I think this needs more thought: $PLACK_WORKERS * $PLACK_MAX_REQUESTS / 2 Example 1: plack_requests: 50 plack_workers: 6 300 / 2 = 150 which seems too low Example 2: plack_requests: 200 plack_workers: 32 32 * 200 = 6400 / 2 = 3200 which seems really high. Much higher than the default. -- You are receiving this mail because: You are watching all bug changes.