
|
If you were logged in you would be able to see more operations.
|
|
|
|
AlertTemplateManagerBean.create/updateAlertTemplate {
...
for (Resource res : type.getResources()) {
// create/update alert def
}
}
this works if there are a few thousand resources of each type...but failed when i tried to do it for a resource type with 57K committed resources of that type.
|
|
Description
|
AlertTemplateManagerBean.create/updateAlertTemplate {
...
for (Resource res : type.getResources()) {
// create/update alert def
}
}
this works if there are a few thousand resources of each type...but failed when i tried to do it for a resource type with 57K committed resources of that type. |
Show » |
| There are no comments yet on this issue.
|
|