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.
1 parent 6d0ff51 commit b289b53Copy full SHA for b289b53
src/Constants.php
@@ -28,6 +28,7 @@ class Constants
28
29
/**
30
* The maximum amount of child nodes this library is willing to handle.
31
+ * By specification, this limit is 150K, but that opens up for denial of service.
32
*/
33
public const UNBOUNDED_LIMIT = 10000;
34
0 commit comments