switch to postgres.js available-connections branch temporarily

This commit is contained in:
Siddharth Singh
2024-07-06 20:07:02 +05:30
parent 102398967e
commit 36b9aae1ab
3 changed files with 284 additions and 5 deletions

View File

@@ -33,8 +33,6 @@ export class DittoPostgres {
}
static get availableConnections(): number {
// blocked by https://github.com/porsager/postgres/pull/911
// return this.postgres.availableConnections;
return 1;
return this.postgres.availableConnections;
}
}