Scan deeper to retreive user attribute

This commit is contained in:
garronej
2021-10-18 14:50:04 +02:00
parent d59cb3b470
commit 357d804124

View File

@ -40,7 +40,7 @@
<#continue>
</#attempt>
<#if depth gt 4>
<#if depth gt 7>
/* Avoid calling recustively too many times depth: ${depth}, key: ${key} */
<#continue>
</#if>