We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 437218d + 1b313ce commit 3eded58Copy full SHA for 3eded58
src/watch.ts
@@ -65,6 +65,8 @@ export class Watch {
65
uri: url,
66
useQuerystring: true,
67
json: true,
68
+ forever: true,
69
+ timeout: 0,
70
};
71
await this.config.applyToRequest(requestOptions);
72
0 commit comments