Opened 20 years ago

Last modified 20 years ago

#943 closed defect

EITHelper doesn't use it's own GetChanID cache — at Version 1

Reported by: greg Owned by: Isaac Richards
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.

Change History (2)

by greg, 20 years ago

Attachment: eithelper_cache.patch added

comment:1 by danielk, 20 years ago

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

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

Note: See TracTickets for help on using tickets.