Skip to content

Commit 313dd6e

Browse files
committed
Reduce the keep alive probe to 60 seconds
1 parent 8389def commit 313dd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocol/czar/engine.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ var Conf = struct {
6262
PacketSize int
6363
}{
6464
FastWriteDuration: time.Second * 8,
65-
IdleProbeDuration: time.Second * 120,
66-
IdleReplyDuration: time.Second * 128,
65+
IdleProbeDuration: time.Second * 60,
66+
IdleReplyDuration: time.Second * 68,
6767
PacketSize: 2048,
6868
}
6969

0 commit comments

Comments
 (0)