Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Stop creating extra state instances for every api connection. #6789
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 3cdf173
into
juju:2.1
Jan 10, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
howbazaar commentedJan 10, 2017
The way the cross model api factory was being created was causing an extra state instance to be created for every api call that was not to the controller model.
There is further cleanup that could be done, but I'm leaving it mostly the same for now.