increase the max length of a qualification name (100 -> 200)

This commit is contained in:
Dawid Wysokiński 2021-04-11 11:45:47 +02:00
parent efafee1ccd
commit 5b0efa2ee7
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ package qualification
const (
FetchDefaultLimit = 100
MaxNameLength = 100
MaxNameLength = 200
)