This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
28
Wiki
Activity
Browse Source
滞后预警任务配置文件修改
tags/24090101
CMM
2 months ago
parent
7f817e4534
commit
929f7f7cf1
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
hz-pm-api/src/main/resources/application-dev.yml
+3
-1
hz-pm-api/src/main/resources/application-prod.yml
+ 3
- 1
hz-pm-api/src/main/resources/application-dev.yml
View File
@@ -228,4 +228,6 @@ thread-pool-util:
random-invite:
thread-pool-properties:
core-pool-size: 2
thread-name-prefix: expert-invite-executor-
thread-name-prefix: expert-invite-executor-
early-warning-without-submit:
open: true
+ 3
- 1
hz-pm-api/src/main/resources/application-prod.yml
View File
@@ -251,4 +251,6 @@ wflow-thread-pool-util:
random-invite:
thread-pool-properties:
core-pool-size: 3
thread-name-prefix: expert-invite-executor-
thread-name-prefix: expert-invite-executor-
early-warning-without-submit:
open: true
Write
Preview
Loading…
Cancel
Save