Index: trunk/phase3/includes/specials/SpecialCachedPage.php |
— | — | @@ -91,7 +91,7 @@ |
92 | 92 | $refreshArgs |
93 | 93 | ); |
94 | 94 | |
95 | | - if ( $this->cacheExpiry < 1000000000 ) { |
| 95 | + if ( $this->cacheExpiry < 86400 * 3650 ) { |
96 | 96 | $message = $this->msg( |
97 | 97 | 'cachedspecial-viewing-cached-ttl', |
98 | 98 | $this->getLanguage()->formatDuration( $this->cacheExpiry ) |