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.
1 parent bd762eb commit 4c3e625Copy full SHA for 4c3e625
src/watch.ts
@@ -114,6 +114,7 @@ export class Watch {
114
const stream = byline.createStream();
115
req.on('error', doneCallOnce);
116
req.on('socket', function(socket) {
117
+ socket.setTimeout(30000);
118
socket.setKeepAlive(true);
119
keepalive.setKeepAliveInterval(socket, 30000);
120
});
0 commit comments