refactor pgbouncer tuning

This commit is contained in:
Conrad Ludgate
2025-06-23 11:53:07 +01:00
parent 86fe3150f0
commit 74afc9d96f

View File

@@ -553,7 +553,7 @@ pub async fn reload_pgbouncer() -> Result<()> {
if let Err(err) = client.simple_query("RELOAD").await {
// Don't fail on error, just print it into log
error!("Failed to apply pgbouncer setting change: {err}",);
};
}
Ok(())
}