mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
decrease db load
This commit is contained in:
parent
7477cf8dbe
commit
577c7e0209
4 changed files with 59 additions and 29 deletions
|
@ -12,7 +12,7 @@ class ValidationEvent < ApplicationRecord
|
|||
|
||||
INVALID_EVENTS_COUNT_BY_LEVEL = {
|
||||
regex: 1,
|
||||
mx: 3,
|
||||
mx: 2,
|
||||
smtp: 1,
|
||||
}.freeze
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue