mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
decreased refresh time to a minute
This commit is contained in:
@@ -55,7 +55,7 @@ interface CachedData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const CACHE_KEY = "server_list_cache";
|
const CACHE_KEY = "server_list_cache";
|
||||||
const CACHE_DURATION = 15 * 60 * 1000; // 15 minutes in milliseconds
|
const CACHE_DURATION = 1 * 60 * 1000; // 1 minutes in milliseconds
|
||||||
|
|
||||||
// Safe localStorage wrapper
|
// Safe localStorage wrapper
|
||||||
const safeStorage = {
|
const safeStorage = {
|
||||||
|
|||||||
Reference in New Issue
Block a user