-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: Instructions, SolarUser
-
None
Currently API methods /instr/viewActive and /instr/viewPending might return a large number of results, but they are loaded into memory and then returned. This can be changed to use straming results internally, without breaking the API, which will reduce the memory strain those methods can provoke.