From a4271f2f519c961189817210e96e859939e7be6c Mon Sep 17 00:00:00 2001 From: Phi Date: Tue, 20 Jun 2023 18:17:55 +0200 Subject: [PATCH] Link to LOTUS_FVM_CONCURRENCY docs Add link to LOTUS_FVM_CONCURRENCY docs --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2424fd840..1a9160e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ If you are upgrading to this release candidate from Lotus v1.22.1, please make s This feature release introduces VM Execution Lanes! Execution lanes efficiently divide the workload between system processes (chainsync) and RPC requests. This way syncing the chain will not be at the mercy of responding to users' requests and RPC providers nodes should have less problems catching up. To take advantage of VM Execution Lanes, you need to set up two environment variables: -- `LOTUS_FVM_CONCURRENCY` - read more abot what this value should be set to here: +- `LOTUS_FVM_CONCURRENCY` - read more about how this value should be set to [here](https://lotus.filecoin.io/lotus/configure/ethereum-rpc/#environment-variables) - `LOTUS_FVM_CONCURRENCY_RESERVED = 4` **🧱 Aggregation / Batching fixes 🔨**