Have doubled the size of the Watched Words Per Action Limit
This commit is contained in:
parent
4d1bc3a491
commit
e7b837e7e1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue