mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
increase depth count
This commit is contained in:
@@ -14,7 +14,7 @@ const processDynamicQuery = (
|
||||
getAttributeField: (attr: string) => string | null,
|
||||
depth = 0
|
||||
) => {
|
||||
if (depth > 10) return;
|
||||
if (depth > 20) return;
|
||||
|
||||
const stack = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user