mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
chore: modify default slow_query.threshold from 5s to 30s (#6107)
chore: modify slow_query.threshold from 5s to 30s
This commit is contained in:
@@ -1151,7 +1151,7 @@ write_interval = "30s"
|
||||
[slow_query]
|
||||
enable = true
|
||||
record_type = "system_table"
|
||||
threshold = "5s"
|
||||
threshold = "30s"
|
||||
sample_ratio = 1.0
|
||||
ttl = "30d"
|
||||
"#,
|
||||
|
||||
Reference in New Issue
Block a user