netty
This commit is contained in:
@@ -25,6 +25,15 @@ websocket:
|
||||
thread:
|
||||
boss: 12
|
||||
work: 12
|
||||
|
||||
netty:
|
||||
server:
|
||||
port: 9999
|
||||
# 接收者的线程数
|
||||
parent-group-threads: 10
|
||||
# 客户端的线程数
|
||||
child-group-threads: 10
|
||||
|
||||
logging:
|
||||
level:
|
||||
# web日志
|
||||
|
||||
Reference in New Issue
Block a user