Update max recursiondepth default per @jeffyoung

This commit is contained in:
Seth Hillbrand 2024-07-10 08:29:55 -07:00
parent e8f3545423
commit 3df7b1baa3

View File

@ -274,7 +274,7 @@ ADVANCED_CFG::ADVANCED_CFG()
m_MinorSchematicGraphSize = 10000;
m_ResolveTextRecursionDepth = 2;
m_ResolveTextRecursionDepth = 3;
loadFromConfigFile();
}