Skip to content

Commit

Permalink
Add comment on node-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Nov 16, 2024
1 parent 6d0ff51 commit b289b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b289b53

Please sign in to comment.