Browse Source

临时 加大feign核心线程数

master
jianjun 3 years ago
parent
commit
151543ef6c
  1. 5
      epmet-module/open-data-worker/open-data-worker-server/src/main/resources/bootstrap.yml

5
epmet-module/open-data-worker/open-data-worker-server/src/main/resources/bootstrap.yml

@ -97,6 +97,9 @@ mybatis-plus:
feign: feign:
hystrix: hystrix:
threadpool:
default:
coreSize: 50
enabled: true enabled: true
client: client:
config: config:
@ -146,4 +149,4 @@ thread:
queueCapacity: @thread.threadPool.queue-capacity@ queueCapacity: @thread.threadPool.queue-capacity@
keepAliveSeconds: @thread.threadPool.keep-alive-seconds@ keepAliveSeconds: @thread.threadPool.keep-alive-seconds@
threadNamePrefix: @thread.threadPool.thread-name-prefix@ threadNamePrefix: @thread.threadPool.thread-name-prefix@
rejectedExecutionHandler: @thread.threadPool.rejected-execution-handler@ rejectedExecutionHandler: @thread.threadPool.rejected-execution-handler@

Loading…
Cancel
Save