This commit is contained in:
Redkale
2017-11-25 16:48:59 +08:00
parent 8605c44f14
commit 99dc7ac189

View File

@@ -68,7 +68,7 @@ public abstract class WebSocketServlet extends HttpServlet implements Resourcabl
protected int wsmaxconns = 0; protected int wsmaxconns = 0;
protected int wsmaxbody = 0; protected int wsmaxbody = 16 * 1024;
@Resource(name = "jsonconvert") @Resource(name = "jsonconvert")
protected Convert jsonConvert; protected Convert jsonConvert;