mirror of
https://github.com/google/nomulus
synced 2026-02-09 06:20:29 +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.