We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26ab7e1 + 791c216 commit a861c0cCopy full SHA for a861c0c
lib/puppet/defaults.rb
@@ -1803,7 +1803,7 @@ def self.initialize_default_settings!(settings)
1803
:desc => "The soft limit for the number of top level facts.",
1804
},
1805
:number_of_facts_soft_limit => {
1806
- :default => 2048,
+ :default => 10_240,
1807
:type => :integer,
1808
:desc => "The soft limit for the total number of fact values. This counts the
1809
child elements of all facts (e.g. all items of an array or a hash), not just top
0 commit comments