mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: erode bounce score every time an email is sent
Introduces a hidden setting (default is 0.1) that erodes bounce score every time we send an email. This means that erratic failures are less painful cause system auto corrects
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class ChangeBounceScoreToFloat < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :user_stats, :bounce_score, :float
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user