update nkode policy; max nkode len is 4
This commit is contained in:
@@ -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