From 2c346104e9724361d48bc199e91d4f2ec1bb2a5d Mon Sep 17 00:00:00 2001 From: cheesecrust Date: Mon, 4 Nov 2024 11:36:39 +0900 Subject: [PATCH] DOC: Updated the default threshold setting of long query detect. --- docs/ascii-protocol/ch12-command-administration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ascii-protocol/ch12-command-administration.md b/docs/ascii-protocol/ch12-command-administration.md index 5085a01c..bb4d4b30 100644 --- a/docs/ascii-protocol/ch12-command-administration.md +++ b/docs/ascii-protocol/ch12-command-administration.md @@ -895,7 +895,7 @@ lqdetect show\r\n lqdetect stats\r\n ``` -\는 long query로 분류하는 기준으로 해당 요청에서 접근하는 elements 수로 나타내며, 어떤 요청에서 주어진 threshold 이상으로 많은 elements를 접근하는 요청을 long query로 구분한다. 생략 시 default threshold는 4000이다. +\는 long query로 분류하는 기준으로 해당 요청에서 접근하는 elements 수로 나타내며, 어떤 요청에서 주어진 threshold 이상으로 많은 elements를 접근하는 요청을 long query로 구분한다. 0으로 지정하거나 생략 시 default threshold는 4000으로 지정됩니다. start 명령으로 detection을 시작할 수 있다.