]> Sergey Matveev's repositories - public-inbox.git/commit
examples/unsubscribe-psgi@.service: disable worker processes
authorEric Wong <e@80x24.org>
Sat, 21 May 2016 04:19:03 +0000 (04:19 +0000)
committerEric Wong <e@80x24.org>
Sat, 21 May 2016 04:19:03 +0000 (04:19 +0000)
commitf11a21adeafcad7b9dabb9d3f5552cc7d2d87951
treeddce03f9035d02459dd5953df027cd1816161a51
parent2ec1ac4a259c87ad453195fa405c6aa7d99d7cb7
examples/unsubscribe-psgi@.service: disable worker processes

This unsubscribe PSGI endpoint should never incur enough load to
justify using multiple worker processes.  If it's unstable and
crashes, systemd can automatically restart it.
examples/unsubscribe-psgi@.service