add searchTableSize limit

This commit is contained in:
pa
2026-02-01 01:58:09 +09:00
parent d9080205e5
commit 0b59423f61
28 changed files with 346 additions and 102 deletions
+2 -1
View File
@@ -407,7 +407,8 @@ export const useGameLogStore = defineStore('GameLog', () => {
rows = await database.searchGameLogDatabase(
search,
gameLogTable.value.filter,
vipList
vipList,
vrcxStore.searchLimit
);
} else {
rows = await database.lookupGameLogDatabase(