snapshotMaxDepth doesn't works anymore

Hello everyone !
I encounter an issue with appium 2.0.0-beta.66 and appium-xcuitest-driver 4.29.0 that I didn’t have before.
When I’m using appium inspector (2023.5.1) with these capabilities :
{
“platformName”: “iOS”,
“platformVersion”: “15.0”,
“appPackage”: “xxxxx”,
“xcodeOrgId”: “xxxx”,
“xcodeSigningId”: “xxxx”,
“udid”: “xxxx”,
“deviceName”: “iPhone SE”,
“automationName”: “XCUITest”,
“appium:settings[snapshotMaxDepth]”: “60”
}

then I’m not able to find any elements nested deeper than 50 levels in the DOM.
Before it was working.
Anything has changed ? anyone has encountered the same issue ?

Thanks in advance.