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
Currently HttpClient is eagerly created on startup in ProcState. If all sources are already cached then HttpClient is not used at all, however it has non-trivial cost on the startup.
We should refactor it in a way that it's actually initialized on first use.
Currently
HttpClient
is eagerly created on startup inProcState
. If all sources are already cached thenHttpClient
is not used at all, however it has non-trivial cost on the startup.We should refactor it in a way that it's actually initialized on first use.
Ref #15945
The text was updated successfully, but these errors were encountered: