Skip to content

Commit

Permalink
fix: add missing thread
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 20, 2024
1 parent a3b6179 commit 5629c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/dal/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Config = types.Config
func Run(ctx context.Context) error {
log.Debug().Msg("Starting DAL API server")

stats.Start(ctx)
go stats.Start(ctx)

keyCache := keycache.NewAPIKeyCache(1 * time.Hour)
keyCache.CleanupLoop(10 * time.Minute)
Expand Down

0 comments on commit 5629c05

Please sign in to comment.