Skip to content

Commit

Permalink
fix reapOffsets initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Jul 15, 2024
1 parent 124b807 commit dd378dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/horizon/internal/ingest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ func NewSystem(config Config) (System, error) {
config.ReapConfig,
config.HistorySession,
),
reapOffsets: map[string]int64{},
}

system.initMetrics()
Expand Down

0 comments on commit dd378dd

Please sign in to comment.