Skip to content

Commit

Permalink
logging the pool max size
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Groff committed Aug 31, 2016
1 parent cbcdc45 commit 87ebbb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ ensure_connection_pool_exists = (ctx) ->
if not pool
log.debug "creating pool for key #{ctx.pool_key}"
ctx.connection_pools[ctx.pool_key] = create_mssql_connection_pool(ctx.req.epi_ctx.connection_config)
log.info "connection pool max : #{ctx.connection_pools[ctx.pool_key].getMaxPoolSize()}"
Promise.resolve ctx

get_connection_for_context = (ctx) ->
Expand Down

0 comments on commit 87ebbb7

Please sign in to comment.