mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
300
This commit is contained in:
parent
f457f006fb
commit
78e72f0c80
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const refreshBasedOn: { [k in RefreshableProviderName]: (keyof SettingsOfProvide
|
|||
openAICompatible: ['enabled', 'endpoint', 'apiKey'],
|
||||
}
|
||||
const REFRESH_INTERVAL = 5_000
|
||||
const COOLDOWN_TIMEOUT = 1_000
|
||||
const COOLDOWN_TIMEOUT = 300
|
||||
|
||||
// element-wise equals
|
||||
function eq<T>(a: T[], b: T[]): boolean {
|
||||
|
|
|
|||
Loading…
Reference in a new issue