mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #903 from cjihrig/timeout
grpc-js: disable http2 server timeout
This commit is contained in:
commit
2b1a6756f5
@ -202,6 +202,7 @@ export class Server {
|
||||
this.http2Server = http2.createServer();
|
||||
}
|
||||
|
||||
this.http2Server.setTimeout(0, noop);
|
||||
this._setupHandlers();
|
||||
|
||||
function onError(err: Error): void {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user