Skip to content

Commit

Permalink
bump atx cache to 20k (#4953)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Sep 4, 2023
1 parent ee8386c commit e843e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type Config struct {

func DefaultConfig() Config {
return Config{
ATXSize: 10_000,
ATXSize: 20_000,
MalfeasenceSize: 1_000,
}
}
Expand Down

0 comments on commit e843e8d

Please sign in to comment.