实现店铺联系电话精确查询与索引
This commit is contained in:
@@ -37,6 +37,7 @@ const (
|
||||
DefaultMaxOpenConns = 25
|
||||
DefaultMaxIdleConns = 10
|
||||
DefaultConnMaxLifetime = 5 * time.Minute
|
||||
DefaultPage = 1 // 默认页码
|
||||
DefaultPageSize = 20
|
||||
MaxPageSize = 100
|
||||
SlowQueryThreshold = 500 * time.Millisecond
|
||||
|
||||
Reference in New Issue
Block a user