Login Page - Create Account

Support Board


Date/Time: Sat, 23 Nov 2024 18:58:26 +0000



Post From: Max Number of Subgraphs

[2024-08-17 13:41:56]
Gradient - Posts: 89
Not sure.

I never received SC_SUBGRAPHS_AVAILABLE -1.

The majority of these are storage and aren't rendered. Only maybe 5 are actually rendered.

I had no issues compiling 108 or 110. It's just that at 110 issues began occurring after compiling. (i.e. Subgraph 109 showing as Subgraph 60). Note at 110, I was rendering 109-110,before (i.e. Prod version) the only Subgraphs rendered were 6-10.

If I reorder the Subgraphs (i.e. switch Subgraphs 100-110 with say Subgraphs 50-60) then I likely won't have issues compiling and won't
have issues afterwards.

This is likely because the Subgraphs > 60 aren't being rendered, but that questions if they're storing the correct values.

It appears that issues occur when storing and rendering Subgraphs > 60. That's the only difference between my Dev and Prod implementations.

Will have to test to validate but will ultimately refactor code within Subgraph <= 60.