We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87f25c commit d5cee57Copy full SHA for d5cee57
pool/const.go
@@ -32,7 +32,7 @@ const (
32
type Role uint32
33
34
const (
35
- // UnknownRole - value when the connection pool was unable to detect the instance mode.
+ // UnknownRole - the connection pool was unable to detect the instance mode.
36
UnknownRole Role = iota // unknown
37
// MasterRole - the instance is read-write mode.
38
MasterRole // master
0 commit comments