Skip to content

Commit

Permalink
Remove unused stream-executor
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Nov 30, 2024
1 parent 513a1ef commit 6135704
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6135704

Please sign in to comment.