Skip to content

Commit

Permalink
Merge pull request #7 from No-SilverBullet/feat/triple_keepalive
Browse files Browse the repository at this point in the history
refactor:add space for comment
  • Loading branch information
No-SilverBullet authored Dec 5, 2024
2 parents cba0d27 + 930461a commit 400c26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/triple/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func newClientManager(url *common.URL) (*clientManager, error) {
maxCallSendMsgSize = int(sendMsgSize)
}
cliOpts = append(cliOpts, tri.WithSendMaxBytes(maxCallSendMsgSize))
//set keepalive interval and keepalive timeout
// set keepalive interval and keepalive timeout
keepAliveInterval := url.GetParamDuration(constant.KeepAliveInterval, constant.DefaultKeepAliveInterval)
keepAliveTimeout := url.GetParamDuration(constant.KeepAliveTimeout, constant.DefaultKeepAliveTimeout)
var isIDL bool
Expand Down

0 comments on commit 400c26f

Please sign in to comment.