Fix: Caching Logic & Settings Warning for Auth

This commit is contained in:
Youwes09
2026-04-05 11:54:46 -05:00
parent 843e205072
commit 56392e2427
3 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { store } from "../store/state.svelte";
const cache = new Map<string, string>();
const inflight = new Map<string, Promise<string>>();
const MAX_CONCURRENT = 6;
const MAX_CONCURRENT = 14;
let active = 0;
interface QueueEntry {