Compare commits

...

1 Commits

Author SHA1 Message Date
georgehao
a5c0dace15 feat: reduce the fetch limit size 2023-11-15 17:53:35 +08:00

View File

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