This commit is contained in:
Redkale
2018-04-19 14:21:36 +08:00
parent ace4042649
commit a4ae6dd9c4
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@
bufferCapacity: ByteBuffer的初始化大小 默认: 32K; (HTTP 2.0、WebSocket必须要16k以上)
bufferPoolSize ByteBuffer池的大小默认: 线程总数*4
responsePoolSize Response池的大小默认: 线程总数*2
aliveTimeoutSeconds: KeepAlive读操作超时秒数 默认0 表示永久不超时,-1表示禁止KeepAlive
aliveTimeoutSeconds: KeepAlive读操作超时秒数 默认30 0表示永久不超时; -1表示禁止KeepAlive
readTimeoutSeconds: 读操作超时秒数, 默认0 表示永久不超时
writeTimeoutSeconds: 写操作超时秒数, 默认0 表示永久不超时
interceptor: 启动/关闭NodeServer时被调用的拦截器实现类必须是org.redkale.boot.NodeInterceptor的子类默认为null