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 34a492e commit abf0773Copy full SHA for abf0773
aerospike.go
@@ -44,7 +44,8 @@ func new() *Aerospike {
44
credsProducer := &credsutil.SQLCredentialsProducer{
45
DisplayNameLen: 15,
46
RoleNameLen: 15,
47
- UsernameLen: 100,
+ // See https://www.aerospike.com/docs/guide/limitations.html
48
+ UsernameLen: 63,
49
Separator: "-",
50
}
51
0 commit comments