From d457c4ea90963e2041ad132fc7da6674e01d6a0a Mon Sep 17 00:00:00 2001 From: Samidy Date: Sun, 18 Jan 2026 21:42:49 +0300 Subject: [PATCH] update instances to v3 to combat rate limiting issues --- js/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/storage.js b/js/storage.js index c8a7dd3..0050c6e 100644 --- a/js/storage.js +++ b/js/storage.js @@ -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,