mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
increase models.dev polling interval to hourly
This commit is contained in:
parent
5eebc8ab51
commit
ea4e1913c0
1 changed files with 1 additions and 1 deletions
|
|
@ -77,4 +77,4 @@ export namespace ModelsDev {
|
|||
}
|
||||
}
|
||||
|
||||
setInterval(() => ModelsDev.refresh(), 60 * 1000).unref()
|
||||
setInterval(() => ModelsDev.refresh(), 60 * 1000 * 60).unref()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue