mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
i18n
This commit is contained in:
@@ -407,7 +407,7 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
const seeQueue = [];
|
||||
const seenIds = new Set();
|
||||
let seeProcessing = false;
|
||||
const SEE_CONCURRENCY = 5;
|
||||
const SEE_CONCURRENCY = 2;
|
||||
|
||||
async function processSeeQueue() {
|
||||
if (seeProcessing) return;
|
||||
|
||||
Reference in New Issue
Block a user