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) (#16167)

Signed-off-by: ishitasequeira <[email protected]>
Co-authored-by: Ishita Sequeira <[email protected]>
  • Loading branch information
gcp-cherry-pick-bot[bot] and ishitasequeira authored Oct 30, 2023
1 parent 5c86f75 commit 83ec3bf
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 @@ -68,7 +68,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 83ec3bf

Please sign in to comment.