We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3840a4e commit 620ab2aCopy full SHA for 620ab2a
crates/store/src/backend/postgres/main.rs
@@ -42,7 +42,7 @@ impl PostgresStore {
42
.unwrap_or_default();
43
cfg.options = config.value((&prefix, "options")).map(|s| s.to_string());
44
cfg.manager = Some(ManagerConfig {
45
- recycling_method: RecyclingMethod::Fast,
+ recycling_method: RecyclingMethod::Clean,
46
});
47
if let Some(max_conn) = config.property::<usize>((&prefix, "pool.max-connections")) {
48
cfg.pool = PoolConfig::new(max_conn).into();
0 commit comments