linea: lower desync-tolerance from 100000 to 64 to allow range-sync mode

This commit is contained in:
2026-08-02 14:51:49 +00:00
parent 2779f359d6
commit c5f9e5000f

View File

@@ -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"