From b3008a55d64f4f4063ea264a05f26263d17256d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 9 May 2024 14:27:50 +0200 Subject: [PATCH] Update controller/gateway/controller_cleanup.go Co-authored-by: Jakub Warczarek --- controller/gateway/controller_cleanup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/gateway/controller_cleanup.go b/controller/gateway/controller_cleanup.go index ed56bc769..3927af854 100644 --- a/controller/gateway/controller_cleanup.go +++ b/controller/gateway/controller_cleanup.go @@ -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