This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 61a6bd0b30 [Fix] Fix typo: tpc -> tcp (#16160)
61a6bd0b30 is described below
commit 61a6bd0b30f256b0fb1d6b4f695ca3cbb33a1b73
Author: Cancai Cai <[email protected]>
AuthorDate: Mon Jun 17 12:06:50 2024 +0800
[Fix] Fix typo: tpc -> tcp (#16160)
---
.../apache/dolphinscheduler/extract/base/config/NettyServerConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-extract/dolphinscheduler-extract-base/src/main/java/org/apache/dolphinscheduler/extract/base/config/NettyServerConfig.java
b/dolphinscheduler-extract/dolphinscheduler-extract-base/src/main/java/org/apache/dolphinscheduler/extract/base/config/NettyServerConfig.java
index 6a38b08c15..cc0aa04f68 100644
---
a/dolphinscheduler-extract/dolphinscheduler-extract-base/src/main/java/org/apache/dolphinscheduler/extract/base/config/NettyServerConfig.java
+++
b/dolphinscheduler-extract/dolphinscheduler-extract-base/src/main/java/org/apache/dolphinscheduler/extract/base/config/NettyServerConfig.java
@@ -39,7 +39,7 @@ public class NettyServerConfig {
private int soBacklog = 1024;
/**
- * whether tpc delay
+ * whether tcp delay
*/
@Builder.Default
private boolean tcpNoDelay = true;