mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
[Fix] Fix typo: tpc -> tcp (#16160)
This commit is contained in:
parent
834c320d72
commit
61a6bd0b30
@ -39,7 +39,7 @@ public class NettyServerConfig {
|
||||
private int soBacklog = 1024;
|
||||
|
||||
/**
|
||||
* whether tpc delay
|
||||
* whether tcp delay
|
||||
*/
|
||||
@Builder.Default
|
||||
private boolean tcpNoDelay = true;
|
||||
|
Loading…
Reference in New Issue
Block a user