Report min_pool_size correctly (#471)

This commit is contained in:
Jeff Chen
2023-06-12 10:23:56 -06:00
committed by GitHub
parent a8c81e5df6
commit 94c781881f

View File

@@ -314,7 +314,7 @@ where
database_name.to_string(), // database
pool_config.user.username.to_string(), // force_user
pool_config.user.pool_size.to_string(), // pool_size
"0".to_string(), // min_pool_size
pool_config.user.min_pool_size.unwrap_or(0).to_string(), // min_pool_size
"0".to_string(), // reserve_pool
pool_config.pool_mode.to_string(), // pool_mode
pool_config.user.pool_size.to_string(), // max_connections