feat: reduce the fetch limit size

This commit is contained in:
georgehao
2023-11-15 17:53:35 +08:00
parent 4aa5d5cd37
commit a5c0dace15

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