Skip to content

Commit

Permalink
feat(pipelinetriggers): set pipeline-cache.filterFront50Pipelines to …
Browse files Browse the repository at this point in the history
…true by default

so echo only queries for the pipelines it needs from front50 instead of all of them.

#1292 introduced this feature on Apr 21, 2023, first
released in version 1.31.0 of Spinnaker.  Enough time has passed to enable this by
default.
  • Loading branch information
dbyron-sf committed Apr 17, 2024
1 parent faad655 commit bf3e572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ public class PipelineCacheConfigurationProperties {
* If false, query front50 for all pipelines. If true, query front50 for only enabled pipelines
* with enabled triggers with types that echo requires.
*/
private boolean filterFront50Pipelines;
private boolean filterFront50Pipelines = true;
}

0 comments on commit bf3e572

Please sign in to comment.