mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Enabled cache
This commit is contained in:
@@ -76,7 +76,7 @@ $avatarCallback = function ($type, $code, $width, $height, $quality) use ($types
|
||||
|
||||
$data = $resize->output($output, $quality);
|
||||
|
||||
//$cache->save($key, $data);
|
||||
$cache->save($key, $data);
|
||||
|
||||
echo $data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user