Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip: attempt to use upstream snap sync #771

Draft
wants to merge 32 commits into
base: libevm
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try responding shorter
darioush committed Jan 29, 2025
commit 23a5b719b340719fc9ad45b9c682904a881a0396
2 changes: 1 addition & 1 deletion eth/protocols/snap/handler.go
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ import (

const (
// softResponseLimit is the target maximum size of replies to data retrievals.
softResponseLimit = 2 * 1024 * 1024
softResponseLimit = 50 * 1024 // 2 * 1024 * 1024

// maxCodeLookups is the maximum number of bytecodes to serve. This number is
// there to limit the number of disk lookups.