Skip to content

Commit

Permalink
services/horizon: Bump the history archive cache size to increase hit…
Browse files Browse the repository at this point in the history
… rates (#5177)
  • Loading branch information
Shaptic authored Jan 23, 2024
1 parent 7e6d25f commit a8b5c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/ingest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func NewSystem(config Config) (System, error) {
CacheConfig: historyarchive.CacheOptions{
Cache: true,
Path: path.Join(config.CaptiveCoreStoragePath, "bucket-cache"),
MaxFiles: 50,
MaxFiles: 150,
},
},
)
Expand Down

0 comments on commit a8b5c8e

Please sign in to comment.