Rename still_active to stale

This commit is contained in:
Cesar Rodas
2025-07-25 21:36:50 -03:00
parent 1f85d0fd7a
commit fb4c470a9a
2 changed files with 12 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ impl ResourceManager for SqliteConnectionManager {
fn new_resource(
config: &Self::Config,
_still_valid: Arc<AtomicBool>,
_stale: Arc<AtomicBool>,
_timeout: Duration,
) -> Result<Self::Resource, pool::Error<Self::Error>> {
let conn = if let Some(path) = config.path.as_ref() {