From: Chad Horohoe Date: Wed, 7 Oct 2009 03:46:06 +0000 (+0000) Subject: Set default thumb cache to 24hrs, rather than disabled X-Git-Tag: 1.31.0-rc.0~39364 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=e7638f5acfa5c8f6ef6c6dd7ac843f0de4871e10;p=lhc%2Fweb%2Fwiklou.git Set default thumb cache to 24hrs, rather than disabled --- diff --git a/includes/filerepo/ForeignAPIRepo.php b/includes/filerepo/ForeignAPIRepo.php index 84e5df6989..22b1b5d8e6 100644 --- a/includes/filerepo/ForeignAPIRepo.php +++ b/includes/filerepo/ForeignAPIRepo.php @@ -19,7 +19,7 @@ */ class ForeignAPIRepo extends FileRepo { var $fileFactory = array( 'ForeignAPIFile', 'newFromTitle' ); - var $apiThumbCacheExpiry = 0; + var $apiThumbCacheExpiry = 86400; protected $mQueryCache = array(); protected $mFileExists = array();