mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-27 01:04:19 +01:00
switch to postgres.js available-connections branch temporarily
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user