Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Jan 20, 2024
1 parent 59afbd4 commit 4690baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4690baf

Please sign in to comment.