1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

update process concurrency script to include root & user

هذا الالتزام موجود في:
Adam Cooke
2018-03-29 14:39:32 +01:00
الأصل 965956e7a1
التزام 7fa457008e

عرض الملف

@@ -3,6 +3,8 @@
require File.expand_path('../../lib/postal/config', __FILE__)
worker_quantity = Postal.config.workers&.quantity || 1
hash = {
'root' => Postal.app_root.to_s,
'user' => ENV['USER'],
'processes' => {
'worker' => {
'quantity' => worker_quantity