This commit is contained in:
pa
2026-03-03 23:31:55 +09:00
parent c68bbe9904
commit 492ba14047
3 changed files with 6 additions and 18 deletions
+1 -1
View File
@@ -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;