Lowered subscription caching to improve performance
This commit is contained in:
@@ -1 +1,6 @@
|
||||
subsManager = new SubsManager();
|
||||
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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user