Code changed in jenkins
User: Alexander Akbashev
Path:
core/src/main/java/hudson/model/Executor.java
http://jenkins-ci.org/commit/jenkins/e0ea7a648ed6970897ea2c49bc662439ec4e4110
Log:
JENKINS-48350 Cache estimated duration for execution
In case of having 1000s of ongoing builds opening main pages can take
some time if list of executors are opened. It happens because for every
queury that comes from jelly we re-calculate the value from scratch. And
calculation needs to load some builds from disk. The worst thing is that it
happens for every user separately.
(cherry picked from commit d7b120fea37b46b863c89acb638d04cdddc868b4)
It has been released in 2.92.
jimilian in order to mark is as LTS candidate, the changelog on jenkins.io needs to be updated