mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
opcache.ini.sh: Disable opcache for cli
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
e8352bd10e
commit
cfc4d57306
@ -24,7 +24,7 @@ mkdir -p "$TMP_DIR"
|
||||
cat <<EOF
|
||||
zend_extension=opcache.so
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.enable_cli=0
|
||||
opcache.fast_shutdown=1
|
||||
opcache.interned_strings_buffer=12
|
||||
opcache.max_accelerated_files=10000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user