Skip to content

Commit 12772e9

Browse files
committed
Fix ignored throttle parameters (#4663).
1 parent ad5f1c5 commit 12772e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src.ts/utils/fetch.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,8 @@ export class FetchRequest implements Iterable<[ key: string, value: string ]> {
667667
clone.#process = this.#process;
668668
clone.#retry = this.#retry;
669669

670+
clone.#throttle = Object.assign({ }, this.#throttle);
671+
670672
clone.#getUrlFunc = this.#getUrlFunc;
671673

672674
return clone;

0 commit comments

Comments
 (0)