Skip to content

Commit

Permalink
Merge pull request #9488 from AriaXLi/PUP-12071/increase_number_of_fa…
Browse files Browse the repository at this point in the history
…cts_soft_limit

(PUP-12071) Increase default value for number_of_facts_soft_limit
  • Loading branch information
joshcooper authored Sep 27, 2024
2 parents 26ab7e1 + 791c216 commit a861c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ def self.initialize_default_settings!(settings)
:desc => "The soft limit for the number of top level facts.",
},
:number_of_facts_soft_limit => {
:default => 2048,
:default => 10_240,
:type => :integer,
:desc => "The soft limit for the total number of fact values. This counts the
child elements of all facts (e.g. all items of an array or a hash), not just top
Expand Down

0 comments on commit a861c0c

Please sign in to comment.