Skip to content

Commit

Permalink
[feat]添加了config,准备发布
Browse files Browse the repository at this point in the history
  • Loading branch information
MuLeiSY2021 committed Nov 20, 2023
1 parent 9dcd216 commit 6127c40
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions riseger_project/config/config.xml
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>

0 comments on commit 6127c40

Please sign in to comment.