update instances to v3 to combat rate limiting issues

This commit is contained in:
Samidy 2026-01-18 21:42:49 +03:00 committed by GitHub
parent 66ab529b32
commit d457c4ea90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
//storage.js
export const apiSettings = {
STORAGE_KEY: 'monochrome-api-instances-v2',
STORAGE_KEY: 'monochrome-api-instances-v3',
INSTANCES_URL: 'instances.json',
SPEED_TEST_CACHE_KEY: 'monochrome-instance-speeds',
SPEED_TEST_CACHE_DURATION: 1000 * 60 * 60,