The fetchSeriesGames function was querying all games for a series without a limit. With up to 1000 series being fetched, and potentially many games per series, this could return an unbounded number of rows and cause OOMKill. A typical series has 3-7 games (best-of-5 or best-of-7), so LIMIT 100 is more than sufficient to handle edge cases while preventing memory exhaustion. Fixes acb-index-builder CrashLoopBackOff caused by OOMKill after web asset copy. |
||
|---|---|---|
| .. | ||
| acb-api | ||
| acb-enrichment | ||
| acb-evolver | ||
| acb-index-builder | ||
| acb-local | ||
| acb-map-evolver | ||
| acb-mapgen | ||
| acb-maps-loader | ||
| acb-matchmaker | ||
| acb-wasm | ||
| acb-worker | ||