Make default 500
This commit is contained in:
parent
1e438e49e0
commit
54845a78cf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user