Skip to content

Commit

Permalink
MCLOUD-2649: [opcache] Disable timestamps validation (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaDos committed Aug 28, 2020
1 parent d0a4150 commit 8cfcb8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions op-exclude.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/app/*/app/etc/config.php
/app/*/etc/env.php
/app/etc/config.php
/app/etc/env.php
6 changes: 6 additions & 0 deletions php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ max_input_vars = 10000
; Setup the session garbage collector
;
session.gc_probability = 1

;
; Setup opcache configuration
;
opcache.validate_timestamps = 0
opcache.blacklist_filename="${MAGENTO_CLOUD_APP_DIR}/op-exclude.txt"

0 comments on commit 8cfcb8f

Please sign in to comment.