Skip to content

Commit

Permalink
made defaults for "max-source-number" and "max-target-number" for con…
Browse files Browse the repository at this point in the history
…nections explicit in config

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Feb 7, 2022
1 parent 51da919 commit bb1dc5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connectivity/service/src/main/resources/connectivity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ ditto {
blocked-host-regex = ${?CONNECTIVITY_CONNECTION_BLOCKED_HOST_REGEX}

# Number of sources per connection
max-source-number = 4
max-source-number = ${?CONNECTION_SOURCE_NUMBER}
# Number of targets per connection
max-target-number = 4
max-target-number = ${?CONNECTION_TARGET_NUMBER}

supervisor {
Expand Down

0 comments on commit bb1dc5c

Please sign in to comment.