Lowered subscription caching to improve performance

This commit is contained in:
Stefan Zermatten
2017-09-26 15:11:03 +02:00
parent 4e96047e90
commit 44da62a962

View File

@@ -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,
});