Skip to content

Commit

Permalink
Merge pull request #46 from initia-labs/fix/cache-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 authored Jul 1, 2024
2 parents c18ac17 + c97ec9d commit 4c3d9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (c IndexerConfig) IsEnabled() bool {
func DefaultConfig() IndexerConfig {
return IndexerConfig{
Enable: true,
CacheSize: 1_000_000,
CacheSize: 100_000,
BackendConfig: store.DefaultConfig(),
}
}

0 comments on commit 4c3d9d4

Please sign in to comment.