This commit is contained in:
shimon 2024-10-14 16:21:23 +03:00
parent 1373d62c52
commit a80b921927

View file

@ -507,8 +507,7 @@ App::init()
throw new Exception(Exception::STORAGE_FILE_NOT_FOUND);
}
}
$timerEnd= \microtime(true);
var_dump('Timer: ' . $timerEnd - $timerStart);
$response
->addHeader('Expires', \date('D, d M Y H:i:s', \time() + $timestamp) . ' GMT')
->addHeader('X-Appwrite-Cache', 'hit')