Skip to content

Commit afafd29

Browse files
committed
Cachetool: Don't run by default
On the Hypernode platform, we have validate_timestamps enabled by default, so we don't have to manually clear the opcache. People can still enable this by configuring `after('deploy:symlink', 'cachetool:clear:opcache');`.
1 parent 7e54d67 commit afafd29

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Deployer/Task/After/CachetoolTask.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class CachetoolTask extends TaskBase
3737

3838
public function register(): void
3939
{
40-
after('deploy:symlink', 'cachetool:clear:opcache');
4140
after('cachetool:clear:opcache', 'cachetool:cleanup');
4241
}
4342

0 commit comments

Comments
 (0)