Don't clear cache on startup

This commit is contained in:
Steven Nguyen
2023-05-31 14:06:25 -07:00
parent 0765aac5d2
commit 02cd8720f7
-1
View File
@@ -89,7 +89,6 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) {
try {
$cache = $app->getResource('cache'); /** @var Utopia\Cache\Cache $cache */
$cache->flush();
Console::success('[Setup] - Creating database: appwrite...');
$dbForConsole->create();
} catch (\Exception $e) {