From 798f16d13829f278ae46621d0e30ec43e60d7523 Mon Sep 17 00:00:00 2001 From: miaolalamiya <2104453921@qq.com> Date: Mon, 16 Aug 2021 19:19:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en/docs/Quickstart/using-the-gsql-client-for-connection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Quickstart/using-the-gsql-client-for-connection.md b/content/en/docs/Quickstart/using-the-gsql-client-for-connection.md index 18a76c9da..4558b85ec 100644 --- a/content/en/docs/Quickstart/using-the-gsql-client-for-connection.md +++ b/content/en/docs/Quickstart/using-the-gsql-client-for-connection.md @@ -55,7 +55,7 @@ You can use a client tool to connect to a database through the primary node of t ### Precautions -By default, if a client is idle state after connecting to a database, the client automatically disconnects from the database in the duration specified by **session\_timeout**. To disable the timeout setting, set **session\_timeout **to **0**. +By default, if a client is idle state after connecting to a database, the client automatically disconnects from the database in the duration specified by **session\_timeout**. To disable the timeout setting, set **session\_timeout** to **0**. ### Prerequisites -- Gitee