@mtgame/core 0.2.74 → 0.2.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14534,6 +14534,8 @@
14534
14534
  CentrifugoService.prototype.initializeEngine = function (config) {
14535
14535
  this.centrifuge = new centrifuge.Centrifuge(config.url, {
14536
14536
  token: config.token,
14537
+ maxReconnectDelay: 3000,
14538
+ maxServerPingDelay: 3000,
14537
14539
  });
14538
14540
  };
14539
14541
  CentrifugoService.prototype.addEngineSubscription = function (channel) {