Updating default charcount setting.

This commit is contained in:
David Jay
2016-12-12 19:10:54 -05:00
parent cd63f49a5e
commit bd240923cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const SettingSchema = new Schema({
wordlist: [String],
charCount: {
type: Number,
default: 1000
default: 5000
},
charCountEnable: {
type: Boolean,