mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 08:42:00 +08:00
DEV: cap notifications per run at 300 as stated in comment (#11252)
This commit is contained in:
parent
6430484c40
commit
de174ef0c4
|
@ -9,7 +9,7 @@ module Jobs
|
|||
every 5.minutes
|
||||
|
||||
def self.max_reminder_notifications_per_run
|
||||
@@max_reminder_notifications_per_run ||= 3
|
||||
@@max_reminder_notifications_per_run ||= 300
|
||||
@@max_reminder_notifications_per_run
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user