Skip to content

Commit

Permalink
add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pooknull committed Feb 7, 2024
1 parent 7b5a420 commit 7ea4009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/pxcrestore/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func (r *ReconcilePerconaXtraDBClusterRestore) Reconcile(ctx context.Context, re
log := logf.FromContext(ctx)

rr := reconcile.Result{
// TODO: do not depend on the RequeueAfter
RequeueAfter: time.Second * 5,
}

Expand Down

0 comments on commit 7ea4009

Please sign in to comment.