This commit is contained in:
Chris Tsang 2024-01-20 22:08:35 +00:00
parent 59afbd4cdf
commit 4690bafcbd

View File

@ -321,7 +321,7 @@ impl ConnectOptions {
self
}
/// If true, the connection will be pinged after acquiring from the pool (default true).
/// If true, the connection will be pinged upon acquiring from the pool (default true).
pub fn test_before_acquire(&mut self, value: bool) -> &mut Self {
self.test_before_acquire = value;
self