Files
warmbly/internal/app/unibox/config.go
T

8 lines
83 B
Go

package unibox
const (
LimitMin = 1
LimitMax = 100
DefaultLimit = 50
)