Patch #5415
Fewer SQL statements generated for watcher_recipients
| Status: | Closed | Start: | 2010-04-30 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Eric Davis | % Done: | 100% |
|
| Category: | Code Cleanup | |||
| Target version: | 1.0.0 (RC) |
Description
Using this patch, acts_as_watchable#watcher_recipients will only issue up to one sql statement instead of 1 + number of watchers.
Associated revisions
History
Updated by Eric Davis 2 months ago
- Status changed from New to Closed
- Assigned to set to Eric Davis
- Target version set to 1.0.0 (RC)
- % Done changed from 0 to 100
Added in r3803. This should be a nice performance boost for sending notifications on heavily watched issues.