Skip to content

Commit a861c0c

Browse files
authored
Merge pull request #9488 from AriaXLi/PUP-12071/increase_number_of_facts_soft_limit
(PUP-12071) Increase default value for number_of_facts_soft_limit
2 parents 26ab7e1 + 791c216 commit a861c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/defaults.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ def self.initialize_default_settings!(settings)
18031803
:desc => "The soft limit for the number of top level facts.",
18041804
},
18051805
:number_of_facts_soft_limit => {
1806-
:default => 2048,
1806+
:default => 10_240,
18071807
:type => :integer,
18081808
:desc => "The soft limit for the total number of fact values. This counts the
18091809
child elements of all facts (e.g. all items of an array or a hash), not just top

0 commit comments

Comments
 (0)