chore(APIs): update STORAGE_KEY for API instance updates to reflect
This commit is contained in:
parent
877f46c641
commit
44664d882c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//storage.js
|
||||
export const apiSettings = {
|
||||
STORAGE_KEY: 'monochrome-api-instances-v5',
|
||||
STORAGE_KEY: 'monochrome-api-instances-v6',
|
||||
INSTANCES_URL: 'instances.json',
|
||||
SPEED_TEST_CACHE_KEY: 'monochrome-instance-speeds',
|
||||
SPEED_TEST_CACHE_DURATION: 1000 * 60 * 60,
|
||||
|
|
|
|||
Loading…
Reference in a new issue