改价格包时,不用事务

This commit is contained in:
gazebo
2019-11-01 21:02:00 +08:00
parent 5457f1d2be
commit 7a1972680b
2 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import (
const (
useGetRowsWhenGetRow = true
transactionWarningSeconds = 2 * 60 // 5分钟
transactionWarningSeconds = 10 * 60 // 5分钟
)
type DaoDB struct {