From 3ca4d6a4d7a4986eedf74d799ae291c9a7235b92 Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Sat, 23 Aug 2025 17:28:26 +0300 Subject: [PATCH] Add DATABASE_EVENT_POOL_SIZE --- setup/env-variables/backend-env-variables.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/env-variables/backend-env-variables.mdx b/setup/env-variables/backend-env-variables.mdx index 5335628..2544e5e 100644 --- a/setup/env-variables/backend-env-variables.mdx +++ b/setup/env-variables/backend-env-variables.mdx @@ -157,6 +157,7 @@ Can be set in format `1h` for 1 hour, `1m` for 1 minute, `1s` or `1` for 1 secon | `SHRINK_INTERNAL_TRANSACTIONS_ENABLED` | Variable to enable internal transactions shrinking logic. Implemented in [#10567](https://github.com/blockscout/blockscout/pull/10567). | Version: v6.8.0\+
Default: `false`
Applications: API, Indexer | | `HACKNEY_DEFAULT_POOL_SIZE` | Size of `default` hackney pool. Implemented in [#12406](https://github.com/blockscout/blockscout/pull/12406). | Version: v8.1.0\+
Default: `1000`
Applications: API, Indexer | | `UNIVERSAL_PROXY_CONFIG_URL` | Config URL for universal proxy. Implemented in [#12442](https://github.com/blockscout/blockscout/pull/12442). | Version: v8.1.0\+
Default: `https://raw.githubusercontent.com/blockscout/backend-configs/refs/heads/main/universal-proxy-config.json`
Applications: API | +| `DATABASE_EVENT_POOL_SIZE` | Variable to define the pool size for DB repo `DATABASE_EVENT_URL`. Applicable for separate indexer and API setup. Implemented in [#13064](https://github.com/blockscout/blockscout/pull/13064). | Version: master\+
Default: 10
Applications: API, Indexer | ## Indexer Management