We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dd299 commit d9192b5Copy full SHA for d9192b5
docs/docs/install-and-deploy/env-vars.md
@@ -82,7 +82,7 @@ Within root folder of the project there are example `.env` files, which can be c
82
| `DB_POSTGRES_BGWRITER_LRU_MAXPAGES` | Max pages for background writer per cycle | 100 (mid-level profile) | added in release 1.2.6 |
83
| `DB_POSTGRES_BGWRITER_DELAY` | Delay between background writer cycles | 200ms (mid-level profile) | added in release 1.2.6 |
84
| `BLOCK_TRANSACTION_API_TIMEOUT_SECS` | Timeout for fetching blocks in seconds | 5 | added in release 1.2.11 |
85
-| `CONTINUE_ON_PARSE_ERROR` | Continue processing failed to parse blocks | true | added in release 1.3.0 |
+| `CONTINUE_PARSING_ON_ERROR` | Continue processing failed to parse blocks | true | added in release 1.3.0 |
86
87
## Deprecated Environment Variables (Previous Versions)
88
0 commit comments