From d3af127cb155aa2185dd54e843039594e3aa7780 Mon Sep 17 00:00:00 2001 From: Kirill Fedoseev Date: Fri, 11 Jul 2025 13:43:21 +0400 Subject: [PATCH] Add INDEXER_SIGNED_AUTHORIZATION_STATUS_BATCH_SIZE --- setup/env-variables/backend-env-variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/env-variables/backend-env-variables.md b/setup/env-variables/backend-env-variables.md index 58095980..631bc4c7 100644 --- a/setup/env-variables/backend-env-variables.md +++ b/setup/env-variables/backend-env-variables.md @@ -205,6 +205,7 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup | `INDEXER_DB_EVENT_NOTIFICATIONS_CLEANUP_ENABLED` | If `true`, `Indexer.Utils.EventNotificationsCleaner` process starts. Implemented in [#12738](https://github.com/blockscout/blockscout/pull/12738) |

Version: master
Default: true
Applications: Indexer

| | `INDEXER_DB_EVENT_NOTIFICATIONS_CLEANUP_INTERVAL` | Interval between DB event notifications cleanup. [Time format](backend-env-variables.md#time-format). Implemented in [#12738](https://github.com/blockscout/blockscout/pull/12738) |

Version: master
Default: 2m
Applications: Indexer

| | `INDEXER_DB_EVENT_NOTIFICATIONS_CLEANUP_MAX_AGE` | Max age of DB event notifications before they are cleaned up. [Time format](backend-env-variables.md#time-format). Implemented in [#12738](https://github.com/blockscout/blockscout/pull/12738) |

Version: master
Default: 5m
Applications: Indexer

| +| `INDEXER_SIGNED_AUTHORIZATION_STATUS_BATCH_SIZE` | Batch size (number of blocks) for EIP7702 authorizations status fetcher. Implemented in [#12451](https://github.com/blockscout/blockscout/pull/12451). |

Version: master
Default: 10
Applications: Indexer

| ## DB Migrations & Sanitizer Management