Skip to content

Commit

Permalink
update smart-socket to 1.4.0-rc.5 (#4487)
Browse files Browse the repository at this point in the history
* update dockerfile

* update to 1.0.10-SNAPSHOT

* update to 1.0.10-beta

* fix bug

* update to 1.0.10.1119-beta

* update to 1.0.10.1128-beta

* 还原代码

* update to 1.0.10.1206-beta

* update to 1.0.10.1209-beta

* update to 1.0.10.1214-beta

* 增加缓冲区

* update to 1.0.10-beta

* update to 1.0.10.1231-beta

* update to 1.0.10.0106-beta

* update to 1.0.0107-beta

* update to 1.0.10.0113-beta

* set new pageSize

* update smart-socket to 1.4.0-rc.2

* update to 1.4.0-rc.3

* update smart-socket to 1.4.0-rc.4

* update  to 1.0.10.0221-beta

* update smart-socket to 1.4.0-rc.5
  • Loading branch information
smthing authored and NateBrady23 committed Feb 28, 2019
1 parent e62a8f5 commit 813d3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/Java/smart-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.smartboot.socket</groupId>
<artifactId>aio-core</artifactId>
<version>1.4.0-rc.4</version>
<version>1.4.0-rc.5</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class Bootstrap {
public static void main(String[] args) {
System.setProperty("smart-socket.server.pageSize", (16 * 1024 * 1024) + "");
System.setProperty("smart-socket.session.writeChunkSize", (1024 * 8) + "");
// System.setProperty("sun.nio.ch.maxCompletionHandlersOnStack","32");
HttpMessageProcessor processor = new HttpMessageProcessor(System.getProperty("webapps.dir", "./"));
processor.route("/plaintext", new HttpHandle() {

Expand Down

0 comments on commit 813d3ab

Please sign in to comment.