only tolerate 3 days of remote failures before giving up

staging
multiple creatures 2019-07-15 13:54:44 -05:00
parent 7147447254
commit ab132569d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
class DeliveryFailureTracker
FAILURE_DAYS_THRESHOLD = 7
FAILURE_DAYS_THRESHOLD = 3
def initialize(inbox_url)
@inbox_url = inbox_url