Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
If a single node is modified in a commit then currently it performs 2 remote calls
- The actual update
- Update of commit root
as for single node update commitRoot == node being updated we can optimize this case to see if both operations can be done in same call