Skip to content

Commit

Permalink
feat: reduce the fetch limit size
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Nov 15, 2023
1 parent 4aa5d5c commit a5c0dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge-history-api/crossmsg/fetch_missing_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
// Todo : read from config
var (
// the number of blocks fetch per round
fetchLimit = uint64(3000)
fetchLimit = uint64(500)
)

// FetchAndSave is a function type that fetches events from blockchain and saves them to database
Expand Down

0 comments on commit a5c0dac

Please sign in to comment.