Skip to content

Commit

Permalink
fix(application-controller): convert defaultDeploymentInformerResyncD…
Browse files Browse the repository at this point in the history
…uration to reflect 10 seconds (#16163)

Signed-off-by: ishitasequeira <[email protected]>
  • Loading branch information
ishitasequeira authored Oct 30, 2023
1 parent 28edaf5 commit c47ea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/appcontroller.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import (

const (
updateOperationStateTimeout = 1 * time.Second
defaultDeploymentInformerResyncDuration = 10
defaultDeploymentInformerResyncDuration = 10 * time.Second
// orphanedIndex contains application which monitor orphaned resources by namespace
orphanedIndex = "orphaned"
)
Expand Down

0 comments on commit c47ea32

Please sign in to comment.