This commit is contained in:
Maurus Decimus
2026-05-05 12:14:44 +02:00
parent d478ab9515
commit 0513f5fe57
4 changed files with 11 additions and 23 deletions

View File

@@ -39,7 +39,6 @@ impl PostgresStore {
if let Some(max_conn) = config.pool_max_connections {
cfg.pool = PoolConfig::new(max_conn as usize).into();
}
let todo = "implement disabled languages properly";
let mut replicas = vec![];
for replica in config.read_replicas {