-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is no need to re-read the state of all containers from the API -- this is very expensive and adds to the API call avalanche. Just delete the container from the state. This also removes the last case where updateContainers() was called after initialization. Thus eliminate the `init` parameter and rename the method to initContainers.
- Loading branch information
1 parent
78d768a
commit 66516e1
Showing
1 changed file
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters