Skip to content

Commit

Permalink
Merge pull request #2014 from bosch-io/bugfix/mongo-connection-pool-m…
Browse files Browse the repository at this point in the history
…onitoring

monitoring connection pool config key fix
  • Loading branch information
thjaeckle authored Sep 9, 2024
2 parents 199ec23 + 7af7060 commit acfed4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thingsearch/service/src/main/resources/search.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ditto {
commands = true
commands = ${?MONGODB_MONITORING_COMMANDS_ENABLED}
connection-pool = true
commands = ${?MONGODB_MONITORING_CONNECTION_POOL_ENABLED}
connection-pool = ${?MONGODB_MONITORING_CONNECTION_POOL_ENABLED}
}

}
Expand Down
2 changes: 1 addition & 1 deletion thingsearch/service/src/test/resources/actors-test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ditto {
commands = true
commands = ${?MONGODB_MONITORING_COMMANDS_ENABLED}
connection-pool = true
commands = ${?MONGODB_MONITORING_CONNECTION_POOL_ENABLED}
connection-pool = ${?MONGODB_MONITORING_CONNECTION_POOL_ENABLED}
}
}

Expand Down

0 comments on commit acfed4a

Please sign in to comment.