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 (argoproj#16163)

Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
  • Loading branch information
ishitasequeira authored and tesla59 committed Dec 16, 2023
1 parent bae46cb commit 5317b45
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 5317b45

Please sign in to comment.