Skip to content

Commit 84d0b99

Browse files
smthingNateBrady23
authored andcommitted
update to 1.0.10.1206-beta (#4237)
* 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
1 parent 2f18fda commit 84d0b99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/Java/smart-socket/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.smartboot.http</groupId>
1111
<artifactId>smart-http-parent</artifactId>
12-
<version>1.0.10.1128-beta</version>
12+
<version>1.0.10.1206-beta</version>
1313
</parent>
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

frameworks/Java/smart-socket/src/main/java/org/smartboot/http/Bootstrap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Bootstrap {
2121
static byte[] body = "Hello, World!".getBytes();
2222

2323
public static void main(String[] args) {
24-
System.setProperty("smart-socket.server.pageSize", (32 * 1024 * 1024) + "");
24+
System.setProperty("smart-socket.server.pageSize", (5 * 1024 * 1024) + "");
2525
System.setProperty("smart-socket.session.writeChunkSize", (1024 * 8) + "");
2626
HttpMessageProcessor processor = new HttpMessageProcessor(System.getProperty("webapps.dir", "./"));
2727
processor.route("/plaintext", new HttpHandle() {

0 commit comments

Comments
 (0)