Skip to content

Commit d9192b5

Browse files
author
Mateusz Czeladka
committed
fix: variable name hot fix.
1 parent 29dd299 commit d9192b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/install-and-deploy/env-vars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Within root folder of the project there are example `.env` files, which can be c
8282
| `DB_POSTGRES_BGWRITER_LRU_MAXPAGES` | Max pages for background writer per cycle | 100 (mid-level profile) | added in release 1.2.6 |
8383
| `DB_POSTGRES_BGWRITER_DELAY` | Delay between background writer cycles | 200ms (mid-level profile) | added in release 1.2.6 |
8484
| `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 |
85+
| `CONTINUE_PARSING_ON_ERROR` | Continue processing failed to parse blocks | true | added in release 1.3.0 |
8686

8787
## Deprecated Environment Variables (Previous Versions)
8888

0 commit comments

Comments
 (0)