webstreamr-github/src/error/TooManyTimeoutsError.ts
WebStreamr f7042b94ef
chore(fetcher): remember recent timeouts and throw if count is too high
This should avoid issues with longer outages of hosters like we had with
DoodStream now twice recently.
2025-06-17 19:09:22 +00:00

1 line
51 B
TypeScript

export class TooManyTimeoutsError extends Error {}