Files
WeKnora/internal
wizardchen 350d9e4eca perf(container): batch legacy storage alias lookup at startup
The startup migration probed every workspace/provider pair with First(),
so each miss emitted a GORM "record not found" log line and a separate
round trip. Load all aliases once and index them in memory instead.
2026-08-04 22:48:54 +08:00
..