mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-17 04:14:25 +01:00
Improve performance of import script
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