mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-18 21:25:09 +01:00
Rename still_active to stale
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user