Opened 18 years ago

Closed 18 years ago

#943 closed defect (fixed)

EITHelper doesn't use it's own GetChanID cache

Reported by: greg Owned by: danielk
Priority: minor Milestone: 0.20
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description (last modified by danielk)

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.

Attachments (1)

eithelper_cache.patch (1.2 KB) - added by greg 18 years ago.

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by greg

Attachment: eithelper_cache.patch added

comment:1 Changed 18 years ago by danielk

Description: modified (diff)
Milestone: 0.20
Version: head

Thanks, I'll apply this soon after we branch 0.19

comment:2 Changed 18 years ago by danielk

Owner: changed from Isaac Richards to danielk

comment:3 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [8669]) Closes #943, by applying slightly modified patch.

Note: See TracTickets for help on using tickets.