Browse Source

* [ci fw-only Java/firenio] update firenio to 1.2.1 (#4717)

Kai Wang 6 years ago
parent
commit
c394e6d50b

+ 1 - 1
frameworks/Java/firenio/pom.xml

@@ -19,7 +19,7 @@
         <dependency>
             <groupId>com.firenio</groupId>
             <artifactId>firenio-all</artifactId>
-            <version>1.1.0</version>
+            <version>1.2.1</version>
         </dependency>
 
         <dependency>

+ 1 - 1
frameworks/Java/firenio/src/main/java/hello/TestHttpLoadServer.java

@@ -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) {