diff options
Diffstat (limited to 'exe/killjoy')
| -rwxr-xr-x | exe/killjoy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exe/killjoy b/exe/killjoy index c22e9e9..902bdb0 100755 --- a/exe/killjoy +++ b/exe/killjoy @@ -12,7 +12,7 @@ server = ServerEngine::Daemon.new(Killjoy::Server, Killjoy::Worker, {}) do pid_path: 'tmp/killjoy.pid', queue_shards: configuration.shards, worker_type: 'process', - workers: configuration.shards, + workers: 1, # configuration.shards, } end server.run |
