Branch: refs/heads/master
Home: https://github.com/jenkinsci/perforce-plugin
Commit: 414cd9f0a6409b46eef58d1229953e5093daa940
https://github.com/jenkinsci/perforce-plugin/commit/414cd9f0a6409b46eef58d1229953e5093daa940
Author: Rob Petti <[email protected]>
Date: 2012-02-07 (Tue, 07 Feb 2012)
Changed paths:
M src/main/java/hudson/plugins/perforce/PerforceMailResolver.java
Log Message:
-----------
[JENKINS-12672] change method for getting list of projects for mail resolver
user.getProjects() is very slow, since it scans every changelog of every
project. Just go through all the projects instead.