From c5f9e5000f8f314ffd302a4a321ddba9bcc51612 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Sun, 2 Aug 2026 14:51:49 +0000 Subject: [PATCH 1/2] linea: lower desync-tolerance from 100000 to 64 to allow range-sync mode --- linea/mainnet/maru/config.toml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linea/mainnet/maru/config.toml.template b/linea/mainnet/maru/config.toml.template index 9c6212f0..65d35880 100644 --- a/linea/mainnet/maru/config.toml.template +++ b/linea/mainnet/maru/config.toml.template @@ -49,7 +49,7 @@ port = 8080 peer-chain-height-polling-interval = "5s" el-sync-status-refresh-interval = "5s" sync-target-selection = "Highest" -desync-tolerance = 100000 +desync-tolerance = 64 [syncing.download] block-range-request-timeout = "10s" -- 2.49.1 From 80b0e4253ecc946d01155d0862fdd52a76a45e16 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Sun, 2 Aug 2026 18:02:52 +0000 Subject: [PATCH 2/2] =?UTF-8?q?linea/mainnet/maru:=20reduce=20blocks-paral?= =?UTF-8?q?lelism=2010=E2=86=922=20and=20blocks-batch-size=2010=E2=86=925?= =?UTF-8?q?=20to=20reduce=20engine=20API=20saturation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linea/mainnet/maru/config.toml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linea/mainnet/maru/config.toml.template b/linea/mainnet/maru/config.toml.template index 65d35880..fc4977ef 100644 --- a/linea/mainnet/maru/config.toml.template +++ b/linea/mainnet/maru/config.toml.template @@ -53,8 +53,8 @@ desync-tolerance = 64 [syncing.download] block-range-request-timeout = "10s" -blocks-batch-size = 10 -blocks-parallelism = 10 +blocks-batch-size = 5 +blocks-parallelism = 2 max-retries = 5 backoff-delay = "1s" use-unconditional-random-download-peer = false \ No newline at end of file -- 2.49.1