[mythtv-commits] Ticket #1366: View recordings breaks on large number of recordings

MythTV mythtv at cvs.mythtv.org
Tue Feb 28 07:48:23 UTC 2006


#1366: View recordings breaks on large number of recordings
-------------------------------+--------------------------------------------
 Reporter:  rezmang at yahoo.com  |        Owner:  xris   
     Type:  defect             |       Status:  closed 
 Priority:  major              |    Milestone:         
Component:  mythweb            |      Version:         
 Severity:  medium             |   Resolution:  invalid
-------------------------------+--------------------------------------------
Changes (by xris):

  * resolution:  => invalid
  * status:  new => closed

Comment:

 define breaking.  timing out?  errors?

 If you're timing out, it's probably the new pseudo-smart thumbnail
 generation code, which will regenerate new thumbnails for every recording
 that's been altered (which at the moment includes watching it).

 With your abnormally large setup, you may be forced to tweak the PHP
 timeout variables (as well as the timeouts in your browser).  Try adding
 these to the top of includes/init.php.

 {{{
     ini_set('memory_limit', '256M');
     set_time_limit(0);
 }}}

 Other than that, I don't really know what else to say unless you have
 actual error messages.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1366>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list