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's some performance problems in the current release, especially around updating fields on objects. Every field update (including verbs and functions) writes the object to disk synchronously. This can very easily lead to hitting the vm timeout if you're updating object fields in a loop.
Also, I want to investigate if the multiple nested calls to vm.runInContext add extra overhead and if we can avoid that.
The text was updated successfully, but these errors were encountered:
There's some performance problems in the current release, especially around updating fields on objects. Every field update (including verbs and functions) writes the object to disk synchronously. This can very easily lead to hitting the vm timeout if you're updating object fields in a loop.
Also, I want to investigate if the multiple nested calls to vm.runInContext add extra overhead and if we can avoid that.
The text was updated successfully, but these errors were encountered: