Compare commits

...

2 Commits

Author SHA1 Message Date
georgehao
54a418f88a feat: update 2023-11-15 18:13:35 +08:00
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(100)
)
// FetchAndSave is a function type that fetches events from blockchain and saves them to database