Skip to content

Commit

Permalink
added some messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lijun Wang committed Oct 5, 2023
1 parent 76d5b32 commit 0f805e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connection-cache/src/connection_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ where
connection_config: C,
connection_manager: M,
) -> Self {
info!("Creating ConnectionCache {name}, pool size: {connection_pool_size}");
let (sender, receiver) = crossbeam_channel::unbounded();

let map = Arc::new(RwLock::new(IndexMap::with_capacity(MAX_CONNECTIONS)));
Expand Down

0 comments on commit 0f805e4

Please sign in to comment.