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
Copy file name to clipboardExpand all lines: docs/architecture/viam-server.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,9 @@ After start-up, `viam-server` manages:
54
54
When you or your collaborators change the configuration of a machine in the Viam app, `viam-server` automatically synchronizes the configuration to your machine and updates the running resources within 15 seconds.
55
55
This means you can add, modify, and remove a modular resource instance from a running machine.
56
56
57
+
Reconfiguration of individual resources happens concurrently if there are no configured dependencies for any resources.
58
+
If there are configured dependencies, resources are reconfigured in groups.
59
+
57
60
You can see configuration changes made by yourself or by your collaborators by selecting **History** on the right side of your machine part's card on the **CONFIGURE** tab.
58
61
You can also revert to an earlier configuration from the History tab.
0 commit comments