From b289b53c2585b52c7f50a6ffcb59379e55b2342e Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Sat, 16 Nov 2024 17:13:41 +0100 Subject: [PATCH] Add comment on node-limit --- src/Constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Constants.php b/src/Constants.php index 6d6a5dc..60712ec 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -28,6 +28,7 @@ class Constants /** * The maximum amount of child nodes this library is willing to handle. + * By specification, this limit is 150K, but that opens up for denial of service. */ public const UNBOUNDED_LIMIT = 10000;