This commit is contained in:
PandaX
2023-11-29 09:15:46 +08:00
parent fd44f11c4b
commit 251048da2e
2 changed files with 3 additions and 2 deletions

View File

@@ -51,6 +51,7 @@
更多功能请访问系统体验
## 联系我们
**微信xms0010**
**QQ2417920382** <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&amp;uin=2417920382&amp;site=qq&amp;menu=yes"> 点击这里给我发消息</a>
**QQ群467890197** <a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=BqzPxK0qWQEyI7YhnSfxc-GsAMlAIgta&jump_from=webapi"><img border="0" src="https://pub.idqqimg.com/wpa/images/group.png" alt="PandaX快速开发交流群" title="PandaX快速开发交流群"></a>

View File

@@ -30,8 +30,8 @@ jwt:
#数据上报并发识别任务数量限制
queue:
queue-pool: 5 #消息队列池
task-num: 100 #任务队列数
ch-num: 3000 #并发执行数
task-num: 100 #任务队列数,
ch-num: 3000 #并发执行数,同时处理多少条数据
redis:
host: 127.0.0.1