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
Spike arrest throws an Error every time it engages. In a production system this can happen quite often. Creating an Error object is inefficient because the JS VM has to walk the stack to populate Error.stack. Volos should try to avoid creating Error objects so frequently.
The text was updated successfully, but these errors were encountered:
Spike arrest throws an Error every time it engages. In a production system this can happen quite often. Creating an Error object is inefficient because the JS VM has to walk the stack to populate Error.stack. Volos should try to avoid creating Error objects so frequently.
The text was updated successfully, but these errors were encountered: