Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove comment
  • Loading branch information
zainkabani committed Jun 17, 2023
commit a4de9fca584bcfef6bbd3ca9f2b51ea59f1115ed
1 change: 0 additions & 1 deletion src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ impl ConnectionPool {
// before setting it globally.
// Do this async and somewhere else, we don't have to wait here.
if config.general.validate_config {
// TODO: this can't be optional since we need some startup parameters to bootstrap with
let mut validate_pool = pool.clone();
tokio::task::spawn(async move {
let _ = validate_pool.validate().await;
Expand Down