Make default 500

This commit is contained in:
Thomas E Lackey 2023-06-15 21:09:13 -05:00
parent 1e438e49e0
commit 54845a78cf

View File

@ -158,7 +158,7 @@ func NewConfig() (*Config, error) {
if viper.IsSet("ethereum.getLogsBlockLimit") {
c.GetLogsBlockLimit = viper.GetInt64("ethereum.getLogsBlockLimit")
} else {
c.GetLogsBlockLimit = 100
c.GetLogsBlockLimit = 500
}
// websocket server