Skip to content

Commit cbd089c

Browse files
committed
Reduce the keep alive probe to 32 seconds
1 parent b3a626e commit cbd089c

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 * 60,
66-
IdleReplyDuration: time.Second * 68,
65+
IdleProbeDuration: time.Second * 32,
66+
IdleReplyDuration: time.Second * 48,
6767
PacketSize: 2048,
6868
}
6969

0 commit comments

Comments
 (0)