mirror of
https://github.com/google/nomulus
synced 2026-04-23 17:50:49 +00:00
* Optimize RDAP entity event query For each EPP entity, directly load the latest HistoryEntry per event type instead of loading all events through the HistoryEntryDao. Although most entities have a small number of history entries, there are a few entities with many entries, enough to cause OutOfMemory error.