@@ -19,7 +19,7 @@
<dependency>
<groupId>com.firenio</groupId>
<artifactId>firenio-all</artifactId>
- <version>1.1.0</version>
+ <version>1.2.1</version>
</dependency>
@@ -142,7 +142,7 @@ public class TestHttpLoadServer {
}
context.addProtocolCodec(new HttpCodec("firenio", fcache, lite, inline, cachedUrls));
context.setIoEventHandle(eventHandle);
- context.bind();
+ context.bind(1024 * 8);
private static byte[] serializeMsg(Message obj) {