Skip to content

Commit 218f284

Browse files
authored
Add option to disable clear caches
1 parent 03ba8fd commit 218f284

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
// if a upload location has a subfolder defined, add this to the transcoder paths too
6161
'createSubfolders' => true,
6262

63+
// clear caches when somebody clears all caches from the CP?
64+
'clearCaches' => false,
65+
6366
// Preset video encoders
6467
'videoEncoders' => [
6568
'h264' => [

0 commit comments

Comments
 (0)