Skip to content

Commit

Permalink
Merge pull request etcd-io#10149 from jingyih/fix_goword_checking_in_…
Browse files Browse the repository at this point in the history
…clientv3

clientv3: fix goword checking in config.go
  • Loading branch information
gyuho authored Oct 3, 2018
2 parents bfdfaf5 + 7d57ee3 commit eca5f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientv3/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type Config struct {
// TODO: configure gRPC logger
LogConfig *zap.Config

// PermitWithoutStream, if set true, client can send keepalive pings to server without any active streams(RPCs).
// PermitWithoutStream when set will allow client to send keepalive pings to server without any active streams(RPCs).
PermitWithoutStream bool `json:"permit-without-stream"`
}

Expand Down

0 comments on commit eca5f03

Please sign in to comment.