Merge pull request 'linea: reduce Maru engine API parallelism' (#49) from issue-2412 into main

This commit was merged in pull request #49.
This commit is contained in:
2026-08-28 05:25:30 +00:00

View File

@@ -49,12 +49,12 @@ 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"
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