maxAdditionalLength property

int? maxAdditionalLength
final

Maximum additional length allowed for relative paths compared to absolute paths.

Sometimes relative paths can be longer than absolute paths, especially with deep "../../../" structures. This option limits how much longer a relative path can be before falling back to absolute.

Set to null to disable length checking entirely.

Implementation

final int? maxAdditionalLength;