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
when a change such as the adding of a fieldname for a node gets saved, graph.py iterates through all nodes, regardless of whether they're changed, re-saves them, and creates ES mappings for them. At the time of writing, one save takes about 1 second.
when a change such as the adding of a fieldname for a node gets saved, graph.py iterates through all nodes, regardless of whether they're changed, re-saves them, and creates ES mappings for them. At the time of writing, one save takes about 1 second.
See this codeblock for reference:
https://github.com/archesproject/arches/blob/master/arches/app/models/graph.py#L352-L357
The text was updated successfully, but these errors were encountered: