Skip to content

Commit

Permalink
Fix ignored throttle parameters (#4663).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Mar 26, 2024
1 parent ad5f1c5 commit 12772e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src.ts/utils/fetch.ts
Expand Up @@ -667,6 +667,8 @@ export class FetchRequest implements Iterable<[ key: string, value: string ]> {
clone.#process = this.#process;
clone.#retry = this.#retry;

clone.#throttle = Object.assign({ }, this.#throttle);

clone.#getUrlFunc = this.#getUrlFunc;

return clone;
Expand Down

0 comments on commit 12772e9

Please sign in to comment.