We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84dfe65 + 1dfe8f9 commit cc8f0acCopy full SHA for cc8f0ac
app/AppKernel.php
@@ -64,7 +64,7 @@ public function getCacheDir()
64
// In the dev & test environments use a folder outside the shared filesystem. This greatly improves cache clear
65
// and warmup time.
66
if ($this->getEnvironment() === 'dev' || $this->getEnvironment() === 'test') {
67
- return sprintf('/tmp/eb_cache/%s', $this->getEnvironment());
+ return sprintf('/tmp/engineblock/cache/%s', $this->getEnvironment());
68
}
69
70
return $this->rootDir . '/cache/' . $this->environment;
0 commit comments