Actions
Patch #5415
closedFewer SQL statements generated for watcher_recipients
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
2010-04-30
Due date:
% Done:
100%
Estimated time:
Description
Using this patch, acts_as_watchable#watcher_recipients
will only issue up to one sql statement instead of 1 + number of watchers.
Files
Updated by Eric Davis over 14 years ago
- Status changed from New to Closed
- Assignee 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.
Actions