Changes between Initial Version and Version 1 of Ticket #943
- Timestamp:
- 01/05/06 16:54:17 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #943
- Property Milestone → 0.20
- Property Version → head
-
Ticket #943 – Description
initial v1 1 2 1 Currently EITHelper isn't using it's own caching routines for pulling chanid info from the database. So it's hitting the DB over and over with identical queries. this tiny patch changes it to use it's existing GetChanID caching function instead so we only hit the DB once per channel. 3 2