Skip to content

Commit

Permalink
fix:update something
Browse files Browse the repository at this point in the history
  • Loading branch information
cnzakii committed May 11, 2024
1 parent 1fbeb92 commit 49ec87e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/design-document/03-connect/02-http-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 49ec87e

Please sign in to comment.