mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
perf: slow desc
This commit is contained in:
parent
6d502dd8fb
commit
d63681f09f
|
@ -140,7 +140,7 @@ fun SlowGroupPage() {
|
|||
AlertDialog(
|
||||
onDismissRequest = { showInfoDlg = false },
|
||||
title = { Text(text = "什么是缓慢查询") },
|
||||
text = { Text(text = "任意单个规则满足以下 3 个条件即判定为缓慢查询\n\n1. 存在不能快速查询的选择器或使用 << 连接符\n2. preKeys 为空\n3. matchTime 为空或大于 10s") },
|
||||
text = { Text(text = "任意单个规则满足以下 3 个条件即判定为缓慢查询\n\n1. 选择器无法快速查询或使用 << 连接符\n2. preKeys 为空\n3. matchTime 为空或大于 10s") },
|
||||
confirmButton = {
|
||||
TextButton(onClick = { showInfoDlg = false }) {
|
||||
Text(text = "确定")
|
||||
|
|
Loading…
Reference in New Issue
Block a user