Skip to content

Commit 334f0dc

Browse files
committed
remove comment
1 parent ad598ec commit 334f0dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/grpc-js/src/server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,8 +1421,6 @@ export class Server {
14211421

14221422
if (this.keepaliveTimeMs < KEEPALIVE_MAX_TIME_MS) {
14231423
keepaliveInterval = setInterval(() => {
1424-
// NOTE to self: document in PR that prior implementation would overwrite the prior pending timeout
1425-
// if the timeout had not occurred before the prior interval had elapsed (bad bug)
14261424
const keepaliveTimeout = setTimeout(() => {
14271425
if (keepaliveInterval) {
14281426
clearInterval(keepaliveInterval);

0 commit comments

Comments
 (0)