Skip to content

Commit

Permalink
Update controller/gateway/controller_cleanup.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Warczarek <[email protected]>
  • Loading branch information
pmalek and programmer04 authored May 9, 2024
1 parent 26183be commit b3008a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/gateway/controller_cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
// Reconciler - Cleanup
// ----------------------------------------------------------------------------

const requeueWithoutBackoff = time.Millisecond * 200
const requeueWithoutBackoff = 200 * time.Millisecond

// cleanup determines whether cleanup is needed/underway for a Gateway and
// performs all necessary cleanup steps. Namely, it cleans up resources
Expand Down

0 comments on commit b3008a5

Please sign in to comment.