You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few ways how the current hard node limit (applying to the total number of input and output nodes) could be improved
if possible, limit data requested from rest api (currently we still request all nodes, even if we just display 20). this could potentially significantly improve speed
consider making node limit act on input/output nodes separately (so that e.g. if the number of output nodes are low, all will be shown)
when the node limit is exceeded, consider displaying, together with the warning, a button to show all nodes (or make it otherwise configurable)
In my view, none of these items are super urgent.
The text was updated successfully, but these errors were encountered:
In REST API tree endpoint one can use in_limit and out_limit filters to get limited number of incoming and outgoing nodes. Currently in Explore section this number is configured as 10.
There are a few ways how the current hard node limit (applying to the total number of input and output nodes) could be improved
In my view, none of these items are super urgent.
The text was updated successfully, but these errors were encountered: