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
Currently, rendering of big graphs or computing non trivial data (like transitions) cannot be interrupted by the user. So by uploading a very large model, you can overload the server without the ability to recover.
Possible solutions:
Have an upper bound on model complexity and refuse models which are too big.
Make such operations interruptible and terminate them when the session ends
The text was updated successfully, but these errors were encountered:
Currently, rendering of big graphs or computing non trivial data (like transitions) cannot be interrupted by the user. So by uploading a very large model, you can overload the server without the ability to recover.
Possible solutions:
The text was updated successfully, but these errors were encountered: