File tree 2 files changed +2
-2
lines changed
frameworks/Java/smart-socket
src/main/java/org/smartboot/http
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.smartboot.http</groupId >
11
11
<artifactId >smart-http-parent</artifactId >
12
- <version >1.0.10.1128 -beta</version >
12
+ <version >1.0.10.1206 -beta</version >
13
13
</parent >
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class Bootstrap {
21
21
static byte [] body = "Hello, World!" .getBytes ();
22
22
23
23
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 ) + "" );
25
25
System .setProperty ("smart-socket.session.writeChunkSize" , (1024 * 8 ) + "" );
26
26
HttpMessageProcessor processor = new HttpMessageProcessor (System .getProperty ("webapps.dir" , "./" ));
27
27
processor .route ("/plaintext" , new HttpHandle () {
You can’t perform that action at this time.
0 commit comments