@morghulis/core 1.0.64 → 1.0.65

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.
@@ -4682,7 +4682,7 @@ function Lp(e) {
4682
4682
  onDisconnected: () => o.value = "CONNECTING",
4683
4683
  onConnected: () => o.value = "CONNECTED",
4684
4684
  autoReconnect: {
4685
- retries: 5,
4685
+ retries: 10,
4686
4686
  delay: 1e3,
4687
4687
  onFailed: () => o.value = "DISCONNECTED"
4688
4688
  },