Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -311,8 +311,8 @@ |
312 | 312 | |
313 | 313 | } |
314 | 314 | |
315 | | - // Cache the data for 1 day |
316 | | - $wgMemc->set( $cacheKey, $userData, strtotime( '+1 day' ) ); |
| 315 | + // Cache the data for 7 days |
| 316 | + $wgMemc->set( $cacheKey, $userData, strtotime( '+7 days' ) ); |
317 | 317 | } |
318 | 318 | |
319 | 319 | // Set the variable that will be output to the page |