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

fix(message-dequeuer): ability to disable batching

هذا الالتزام موجود في:
Adam Cooke
2024-03-16 15:31:46 +00:00
الأصل 45dd8aaac5
التزام 4fcb9e9a2e
5 ملفات معدلة مع 32 إضافات و7 حذوفات

عرض الملف

@@ -96,6 +96,11 @@ module Postal
description "The number of days after which to consider a lock as stale. Messages with stale locks will be removed and not retried."
default 1
end
boolean :batch_queued_messages do
description "When enabled queued messages will be de-queued in batches based on their destination"
default true
end
end
group :web_server do