update nkode policy; max nkode len is 4
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ secrets.json
|
||||
.DS_Store
|
||||
|
||||
flaticon_svgs
|
||||
flaticon_colored_svgs
|
||||
|
||||
@@ -12,7 +12,7 @@ type NKodePolicy struct {
|
||||
func NewDefaultNKodePolicy() NKodePolicy {
|
||||
return NKodePolicy{
|
||||
MinNkodeLen: 4,
|
||||
MaxNkodeLen: 10,
|
||||
MaxNkodeLen: 4,
|
||||
DistinctSets: 0,
|
||||
DistinctAttributes: 4,
|
||||
LockOut: 5,
|
||||
|
||||
Reference in New Issue
Block a user