limits.go 81 B

1234
  1. package autocomplete
  2. const DefaultResultLimit = 100
  3. const MaxResultLimit = 1000