Advertisement
Guest User

Untitled

a guest
Feb 9th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. The defaults again:
  2. - defaults:
  3. name: global
  4. properties:
  5. - throttle:
  6. max-total: 2
  7. max-per-node: 1
  8. maxConcurrentPerNode: 1
  9. maxConcurrentTotal: 2
  10. throttleOption: project
  11.  
  12. maxConcurrentPerNode and maxConcurrentTotal are not valid jjb throttle properties yet this is what i was using to disable in my template:
  13. properties:
  14. - throttle:
  15. throttleEnabled: false
  16.  
  17. and it should be:
  18. properties:
  19. - throttle:
  20. enabled: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement