-
Improvement
-
Resolution: Unresolved
-
Major
-
None
The current implementation triggers polling on all jobs with Perforce Triggered Build enabled. This is fine for small installations with few check ins per day, but not for installations with hundreds of jobs. This can cause massive spikes in size increases for Perforce server logs.
For example, if I check in a file to "//my_depot/..." I should trigger polling on a job with view:
//my_depot/... //workspace_name/...
However, I should not trigger polling on a job with view:
//my_depot2/... //workspace_name/...