diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4c7e565b8..0be853787 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -37,20 +37,11 @@ micronaut: enabled: true # http client configuration # https://docs.micronaut.io/latest/guide/configurationreference.html#io.micronaut.http.client.DefaultHttpClientConfiguration - executors: - stream-executor: - type: FIXED - number-of-threads: 16 - netty: - event-loops: - stream-pool: - executor: 'stream-executor' http: services: stream-client: read-timeout: '30s' read-idle-timeout: '120s' - event-loop-group: 'stream-pool' security: enabled: true intercept-url-map: