Part Number: CC2652P7

Hello,
Regarding the CC2652P7 and the Zigbee zc_light project under simplelink_cc13xx_cc26xx_sdk_8_31_01_11, my main questions are:
1. I need to build a Zigbee network with hundreds of nodes. During development, I noticed that the parameter “Maximum Unique TC Link Keys” affects the network size. When I increased this value to 200, there was an 8-second delay in the application-layer task startup. It seems that NV initialization iterates through every entry, and I don't understand why this causes such a long delay.
2. From my understanding, I am using only one fixed default TC Link Key in my network. Why is the “Maximum Unique TC Link Keys” parameter still needed to limit the number of joining nodes? In a centralized network, is this parameter mandatory?