mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
Cache
This commit is contained in:
parent
b43baac802
commit
6e848f0982
@ -195,7 +195,9 @@ abstract class Controller
|
||||
$response = new Response($body);
|
||||
|
||||
if (empty($params['no_cache'])) {
|
||||
$response->setTtl(3600 * 24 * 7);
|
||||
$ttl = 3600 * 24 * 7;
|
||||
$response->setTtl($ttl);
|
||||
$response->setClientTtl($ttl);
|
||||
}
|
||||
|
||||
return $response;
|
||||
|
Loading…
Reference in New Issue
Block a user