Compare commits

...

1 Commits

Author SHA1 Message Date
colinlyguo
83642e1f57 fix 2023-11-16 15:22:41 +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(30)
)
// FetchAndSave is a function type that fetches events from blockchain and saves them to database