mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
changed from 1day to 15 minutes deadline
This commit is contained in:
parent
c29a35fffb
commit
58c36fe915
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# For email_validation event kind also check_level (regex/mx/smtp) is stored in the event_data
|
# For email_validation event kind also check_level (regex/mx/smtp) is stored in the event_data
|
||||||
class ValidationEvent < ApplicationRecord
|
class ValidationEvent < ApplicationRecord
|
||||||
enum event_type: ValidationEvent::EventType::TYPES, _suffix: true
|
enum event_type: ValidationEvent::EventType::TYPES, _suffix: true
|
||||||
VALIDATION_PERIOD = 1.day.freeze
|
VALIDATION_PERIOD = 15.minutes.freeze
|
||||||
VALID_CHECK_LEVELS = %w[regex mx smtp].freeze
|
VALID_CHECK_LEVELS = %w[regex mx smtp].freeze
|
||||||
VALID_EVENTS_COUNT_THRESHOLD = 5
|
VALID_EVENTS_COUNT_THRESHOLD = 5
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue