mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-07-13 12:38:02 +00:00
Avoid model endpoint probes on boot
This commit is contained in:
+1
-1
@@ -3968,7 +3968,7 @@ function startOdysseusApp() {
|
||||
}
|
||||
|
||||
// Non-critical: load in parallel, resolve silently
|
||||
modelsModule.refreshModels(true).then(() => {
|
||||
modelsModule.refreshModels(false).then(() => {
|
||||
const modelsBox = document.getElementById('models');
|
||||
const hasModels = modelsBox && modelsBox.querySelector('.models-row');
|
||||
if (!hasModels) {
|
||||
|
||||
Reference in New Issue
Block a user