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