transactionWarningSeconds报警时间改为2分钟

This commit is contained in:
gazebo
2019-09-28 07:44:43 +08:00
parent ad86261ea5
commit 2acc0f06dd

View File

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