Login Page - Create Account

Support Board


Date/Time: Wed, 14 May 2025 05:46:16 +0000



Post From: Max Number of Subgraphs

[2024-08-17 12:31:01]
User431178 - Posts: 679
SC_SUBGRAPHS_AVAILABLE is still 60 in v2667

SCGraphData, which contains the subgraphs, has a size of SC_SUBGRAPHS_AVAILABLE, and has safe access controlled by the same (0 to < 60).
If you try to access a subgraph higher than 59, you are automatically pointed to SC_SUBGRAPHS_AVAILABLE - 1, so how is it possible to have 108 subgraphs?