diff --git a/api/ApiULSLocalization.php b/api/ApiULSLocalization.php index 1bf1c8c3..17504acb 100644 --- a/api/ApiULSLocalization.php +++ b/api/ApiULSLocalization.php @@ -25,7 +25,7 @@ class ApiULSLocalization extends ApiBase { public function execute() { $this->getMain()->setCacheMode( 'public' ); - $this->getMain()->setCacheMaxAge( 300 ); + $this->getMain()->setCacheMaxAge( 2419200 ); $params = $this->extractRequestParams(); $language = $params['language'];