From 49ec87ea9eac8afa45f931d7f102f0fbdc7c5646 Mon Sep 17 00:00:00 2001 From: zaki Date: Sat, 11 May 2024 19:47:04 +0800 Subject: [PATCH] fix:update something --- docs/design-document/03-connect/02-http-connector.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/design-document/03-connect/02-http-connector.md b/docs/design-document/03-connect/02-http-connector.md index 55a77b54b..b62b77695 100644 --- a/docs/design-document/03-connect/02-http-connector.md +++ b/docs/design-document/03-connect/02-http-connector.md @@ -12,8 +12,7 @@ Before using HTTP source connector, you need to configure the server. - `connectorName`, name of the connector. - (required) `path`, path of the API. - (required) `port`, port of the API. - - `idleTimeout`, idle TCP connection timeout in seconds. A connection will timeout and be closed if no data is - received nor sent within the `idleTimeout` seconds. The default is 0, which means don't timeout. + - `idleTimeout`, idle TCP connection timeout in seconds. A connection will timeout and be closed if no data is received nor sent within the `idleTimeout` seconds. The default is 0, which means don't timeout. ### Startup