mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-20 07:34:38 +00:00
increase models.dev polling interval to hourly
This commit is contained in:
@@ -77,4 +77,4 @@ export namespace ModelsDev {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setInterval(() => ModelsDev.refresh(), 60 * 1000).unref()
|
setInterval(() => ModelsDev.refresh(), 60 * 1000 * 60).unref()
|
||||||
|
|||||||
Reference in New Issue
Block a user