transactionWarningSeconds报警时间改为2分钟
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
useGetRowsWhenGetRow = true
|
useGetRowsWhenGetRow = true
|
||||||
transactionWarningSeconds = 5 * 60 // 5分钟
|
transactionWarningSeconds = 2 * 60 // 5分钟
|
||||||
)
|
)
|
||||||
|
|
||||||
type DaoDB struct {
|
type DaoDB struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user