@rool-dev/extension 0.3.10-dev.65d6b10 → 0.3.11

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.
@@ -6505,7 +6505,7 @@ function toAsyncIterable(val) {
6505
6505
  var INITIAL_RECONNECT_DELAY = 1e3;
6506
6506
  var MAX_RECONNECT_DELAY = 3e4;
6507
6507
  var RECONNECT_MULTIPLIER = 2;
6508
- var HEARTBEAT_TIMEOUT = 35e3;
6508
+ var HEARTBEAT_TIMEOUT = 15e3;
6509
6509
  var ClientSubscriptionManager = class {
6510
6510
  config;
6511
6511
  client = null;