Skip to content

Commit 3eded58

Browse files
authored
Merge pull request #526 from jhagestedt/patch-1
Fix timeout on watch.js requestOptions
2 parents 437218d + 1b313ce commit 3eded58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/watch.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export class Watch {
6565
uri: url,
6666
useQuerystring: true,
6767
json: true,
68+
forever: true,
69+
timeout: 0,
6870
};
6971
await this.config.applyToRequest(requestOptions);
7072

0 commit comments

Comments
 (0)