fix(platform): harden queries and batch vehicle search

This commit is contained in:
lingniu
2026-07-16 00:14:16 +08:00
parent c29ccdf2da
commit 53e1b57e86
19 changed files with 193 additions and 53 deletions

View File

@@ -0,0 +1,5 @@
export const QUERY_MEMORY = {
highVolumeGcTime: 0,
optionGcTime: 30_000,
summaryGcTime: 60_000
} as const;