Files
DiceCloud/rpg-docs/lib/constants/subsManager.js
2017-09-26 15:11:03 +02:00

7 lines
189 B
JavaScript

subsManager = new SubsManager({
// maximum number of cache subscriptions
cacheLimit: 5,
// any subscription will be expire after 1 minute, if it's not subscribed again
expireIn: 1,
});