Sha256: 3ec2f37adbdf61da763b3b198ec89e39e27ff394aeabc05a4c064f0cfa9faa30
Contents?: true
Size: 127 Bytes
Versions: 2
Compression:
Stored size: 127 Bytes
Contents
pidfile "t3-pid" workers 3 on_worker_boot do |index| File.open("t3-worker-#{index}-pid", "w") { |f| f.puts Process.pid } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puma-simon-3.7.2 | test/shell/t3_conf.rb |
puma-simon-3.7.1 | test/shell/t3_conf.rb |