@rpcbase/server 0.533.0 → 0.535.0

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.
package/dist/index.js CHANGED
@@ -4394,7 +4394,7 @@ function getShortCircuitMatches(routes) {
4394
4394
  };
4395
4395
  }
4396
4396
  var NOT_FOUND_STATUS = 404;
4397
- var LOADER_TIMEOUT_MS = 4e3;
4397
+ var LOADER_TIMEOUT_MS = 15e3;
4398
4398
  var IMMUTABLE_LAZY_ROUTE_KEYS = new Set([
4399
4399
  "lazy",
4400
4400
  "caseSensitive",