Skip to content
Commit 55203ebe authored by DJ Lee's avatar DJ Lee Committed by Daniel Beck
Browse files

[FIXED JENKINS-31791] Optimize BuildHistoryWidget (#2456)

* [FIXED JENKINS-31791] Optimize BuildHistoryWidget

Refactor HistoryPageFilter to lazily evaluate an iterable of previous
runs, instead of instantiating a super long list of builds.
Instantiating the whole list can be problematic with lots of
historical builds especially if disk IO is slow.
parent d8cae822
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment