Have doubled the size of the Watched Words Per Action Limit

This commit is contained in:
Bmorrical 2020-12-16 09:13:15 -06:00 committed by Neil Lalonde
parent 4d1bc3a491
commit e7b837e7e1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class WatchedWord < ActiveRecord::Base
)
end
MAX_WORDS_PER_ACTION = 1000
MAX_WORDS_PER_ACTION = 2000
before_validation do
self.word = self.class.normalize_word(self.word)