From 2da33b9886620f044972bccccf8b3c4ae5dc754f Mon Sep 17 00:00:00 2001 From: RedKale <22250530@qq.com> Date: Wed, 13 Apr 2016 14:46:40 +0800 Subject: [PATCH] --- redkale.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/redkale.html b/redkale.html index 7b0067ca1..59308c2ea 100644 --- a/redkale.html +++ b/redkale.html @@ -585,7 +585,8 @@ bufferPoolSize: ByteBuffer池的大小,默认: CPU核数*512 responsePoolSize: Response池的大小,默认: CPU核数*256 readTimeoutSecond: 读操作超时秒数, 默认0, 表示永久不超时 - writeTimeoutSecond: 写操作超时秒数, 默认0, 表示永久不超时 + writeTimeoutSecond: 写操作超时秒数, 默认0, 表示永久不超时 + nodeInterceptor: 启动/关闭NodeServer时被调用的拦截器实现类,必须是org.redkale.boot.NodeInterceptor的子类,默认为null --> <server protocol="HTTP" host="127.0.0.1" port="6060" root="root" lib="">