Skip to content

Commit b289b53

Browse files
authored
Add comment on node-limit
1 parent 6d0ff51 commit b289b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Constants.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class Constants
2828

2929
/**
3030
* 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.
3132
*/
3233
public const UNBOUNDED_LIMIT = 10000;
3334

0 commit comments

Comments
 (0)