saltfish 0.3.23 → 0.3.24

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.
@@ -3071,7 +3071,7 @@ class StateMachineActionHandler {
3071
3071
  }
3072
3072
  return matches;
3073
3073
  };
3074
- const maxRetries = 3;
3074
+ const maxRetries = 20;
3075
3075
  const retryDelay = 100;
3076
3076
  for (let attempt = 0; attempt < maxRetries; attempt++) {
3077
3077
  if (checkUrl()) {
@@ -11598,7 +11598,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
11598
11598
  __proto__: null,
11599
11599
  SaltfishPlayer
11600
11600
  }, Symbol.toStringTag, { value: "Module" }));
11601
- const version = "0.3.23";
11601
+ const version = "0.3.24";
11602
11602
  const packageJson = {
11603
11603
  version
11604
11604
  };