Skip to content

Commit

Permalink
fix: coldstarter default behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcStdt committed Oct 2, 2024
1 parent a31746c commit 24f28c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/coldstarter.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var ColdstarterCmd = &cobra.Command{

coldStarter := services.NewColdStarter(scrollService.GetDir(), currentScroll.GetColdStartPorts())

coldStarter.StartLoop(context.TODO())
coldStarter.StartOnce(context.TODO())
logger.Log().Info("Coldstarter finished")
return nil
},
Expand Down

0 comments on commit 24f28c8

Please sign in to comment.