-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9dcd216
commit 6127c40
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<config> | ||
<!-- 监听端口 --> | ||
<port>10086</port> | ||
|
||
<!-- 阻塞任务队列长度 --> | ||
<blocking-log>125</blocking-log> | ||
|
||
<!-- 核心线程数 --> | ||
<core-pool-size>5</core-pool-size> | ||
|
||
<!-- 最大线程数 --> | ||
<max-pool-size>10</max-pool-size> | ||
|
||
<!-- 空闲线程存活时间(second) --> | ||
<keep-alive-time>60</keep-alive-time> | ||
|
||
<!-- 编译器内存大小 --> | ||
<default-memorysize>1024</default-memorysize> | ||
|
||
</config> |