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

Fix issue with defaultModel singleton management#2

Open
zachgarner wants to merge 1 commit intocarrotsearch:masterfrom
zachgarner:master
Open

Fix issue with defaultModel singleton management#2
zachgarner wants to merge 1 commit intocarrotsearch:masterfrom
zachgarner:master

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