Skip to content

Commit

Permalink
Merge branch 'release-6.5' into fix-6.5-59047
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jan 21, 2025
2 parents c91b177 + 49d7761 commit b4a521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics/handle/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ var (
// DumpStatsDeltaRatio is the lower bound of `Modify Count / Table Count` for stats delta to be dumped.
DumpStatsDeltaRatio = 1 / 10000.0
// dumpStatsMaxDuration is the max duration since last update.
dumpStatsMaxDuration = time.Hour
dumpStatsMaxDuration = 5 * time.Minute
)

// needDumpStatsDelta checks whether to dump stats delta.
Expand Down

0 comments on commit b4a521f

Please sign in to comment.