Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Fix issue with defaultModel singleton management #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix issue with defaultModel singleton management #2

wants to merge 1 commit into from

Conversation

zachgarner
Copy link

Model.defaultModel is a singleton but is never assigned a value, causing
the multiple calls to the method Model.defaultModel() to go through the
time consuming task of recreating it each time.

Model.defaultModel is a singleton but is never assigned a value, causing
the multiple calls to the method Model.defaultModel() to go through the
time consuming task of recreating it each time.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant