mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-15 11:24:26 +01:00
Merge remote-tracking branch 'origin/main' into npostgres
This commit is contained in:
@@ -235,7 +235,7 @@ class Conf {
|
||||
static pg = {
|
||||
/** Number of connections to use in the pool. */
|
||||
get poolSize(): number {
|
||||
return Number(Deno.env.get('PG_POOL_SIZE') ?? 10);
|
||||
return Number(Deno.env.get('PG_POOL_SIZE') ?? 20);
|
||||
},
|
||||
};
|
||||
/** Whether to enable requesting events from known relays. */
|
||||
|
||||
Reference in New Issue
Block a user