Added rate limiting to heavy subscriptions

This commit is contained in:
Stefan Zermatten
2017-09-26 14:59:41 +02:00
parent 212986ac37
commit 4e96047e90
4 changed files with 20 additions and 5 deletions

View File

@@ -185,6 +185,7 @@ Schemas.Character = new SimpleSchema({
type: String,
defaultValue: "whitelist",
allowedValues: ["whitelist", "public"],
index: 1,
},
"settings.swapStatAndModifier": {type: Boolean, defaultValue: false},
"settings.exportFeatures": {type: Boolean, defaultValue: true},