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.
2 parents 34a492e + abf0773 commit bea114fCopy full SHA for bea114f
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