Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Nov 15, 2023
1 parent a5c0dac commit 54a418f
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(500)
fetchLimit = uint64(100)
)

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

0 comments on commit 54a418f

Please sign in to comment.