fix(settings):改进一个配置中的类型定义,方便在其他函数中使用。

This commit is contained in:
徐涛 2022-08-12 14:45:19 +08:00
parent 8294e1f546
commit cba0968e18

View File

@ -31,7 +31,7 @@ type RedisSetting struct {
type ServiceSetting struct {
MaxSessionLife time.Duration
ItemsPageSize uint16
ItemsPageSize int
CacheLifeTime time.Duration
}