Skip to content

Commit

Permalink
完善示例项目配置文件.
Browse files Browse the repository at this point in the history
  • Loading branch information
magestacks committed Mar 4, 2022
1 parent c272675 commit b07429a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
dynamic:
thread-pool:
enable: true
enable-banner: true
banner: true
check-state-interval: 3
notify-platforms:
- platform: 'WECHAT'
Expand All @@ -25,6 +25,7 @@ spring:
core-pool-size: 1
maximum-pool-size: 1
queue-capacity: 1
execute-time-out: 1000
blocking-queue: 'LinkedBlockingQueue'
rejected-handler: 'AbortPolicy'
keep-alive-time: 6691
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spring:
maximum-pool-size: 1
queue-capacity: 1
blocking-queue: 'LinkedBlockingQueue'
executeTimeOut: 1000
execute-time-out: 1000
rejected-handler: 'AbortPolicy'
keep-alive-time: 6691
allow-core-thread-time-out: true
Expand Down

0 comments on commit b07429a

Please sign in to comment.