Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfaerman committed Jan 29, 2024
1 parent 1d1a75e commit 199a10c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/netctl/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ var cmdService = &cobra.Command{
return err
}

services.Event.StartRecoveryService(5 * time.Second)
// TODO: Add --skip-recovery flag
// TODO: perform recovery
services.Event.StartRecoveryService(5 * time.Second) // TODO: make this configurable

if err := handlers.Setup(logger, db); err != nil {
return err
Expand Down

0 comments on commit 199a10c

Please sign in to comment.