Changeset 502


Ignore:
Timestamp:
08/20/10 03:07:12 (21 months ago)
Author:
ajanata
Message:

changed embed caching from 20 minutes to a day

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sgsite-2010/include/stream.php

    r500 r502  
    4646{ 
    4747        $key = _embed_cache_key($service, $showname, $autoplay, $width, $height); 
    48         // store the embed code for 20 minutes 
    49         apc_store($key, $embed, 60*20); 
     48        // store the embed code for a day 
     49        apc_store($key, $embed, 60*60*24); 
    5050} 
    5151 
Note: See TracChangeset for help on using the changeset viewer.