This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
backend/internal/question/constants.go

9 lines
125 B
Go

package question
const (
FetchDefaultLimit = 100
FetchMaxLimit = 500
TestMaxLimit = 40
MaxOrders = 3
)