1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

fix: remove a few leftover fast server artifacts

هذا الالتزام موجود في:
Adam Cooke
2021-07-29 16:10:53 +00:00
الأصل 6f1d92b974
التزام 5cd06e126b
3 ملفات معدلة مع 0 إضافات و6 حذوفات

عرض الملف

@@ -4,8 +4,6 @@ pid_root: /tmp/postal/pids
processes:
web:
restart_mode: usr1
fast:
restart_mode: term-start
smtp:
restart_mode: usr1
worker:

عرض الملف

@@ -13,7 +13,6 @@ module Postal
autoload :HTTP
autoload :HTTPSender
autoload :Job
autoload :LetsEncrypt
autoload :MessageDB
autoload :MessageInspection
autoload :MessageParser

عرض الملف

@@ -8,9 +8,6 @@ hash = {
'processes' => {
'worker' => {
'quantity' => worker_quantity
},
'fast' => {
'quantity' => Postal.config.fast_server.enabled? ? 1 : 0
}
}
}.to_yaml