Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Nov 16, 2023
1 parent 4aa5d5c commit 83642e1
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(30)
)

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

0 comments on commit 83642e1

Please sign in to comment.