@rpcbase/server 0.539.0 → 0.540.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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4413,7 +4413,7 @@ function getShortCircuitMatches(routes) {
|
|
|
4413
4413
|
};
|
|
4414
4414
|
}
|
|
4415
4415
|
const NOT_FOUND_STATUS = 404;
|
|
4416
|
-
const LOADER_TIMEOUT_MS =
|
|
4416
|
+
const LOADER_TIMEOUT_MS = 1e4;
|
|
4417
4417
|
const IMMUTABLE_LAZY_ROUTE_KEYS = /* @__PURE__ */ new Set(["lazy", "caseSensitive", "path", "id", "index", "children"]);
|
|
4418
4418
|
const getErrorStatus = (error) => {
|
|
4419
4419
|
if (!error) return void 0;
|