mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
|
end
|
||||||
|
|
||||||
MAX_WORDS_PER_ACTION = 1000
|
MAX_WORDS_PER_ACTION = 2000
|
||||||
|
|
||||||
before_validation do
|
before_validation do
|
||||||
self.word = self.class.normalize_word(self.word)
|
self.word = self.class.normalize_word(self.word)
|
||||||
|
Loading…
Reference in New Issue
Block a user