mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Fix: Caching Logic & Settings Warning for Auth
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user