mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
remove default values
This commit is contained in:
4
debian/php/php.ini
vendored
4
debian/php/php.ini
vendored
@@ -5,11 +5,9 @@ upload_max_filesize = 10M
|
|||||||
|
|
||||||
[opcache]
|
[opcache]
|
||||||
# https://www.php.net/manual/en/opcache.installation.php#opcache.installation.recommended
|
# https://www.php.net/manual/en/opcache.installation.php#opcache.installation.recommended
|
||||||
opcache.memory_consumption=128
|
opcache.enable_cli=1
|
||||||
opcache.interned_strings_buffer=8
|
|
||||||
opcache.max_accelerated_files=4000
|
opcache.max_accelerated_files=4000
|
||||||
opcache.revalidate_freq=60
|
opcache.revalidate_freq=60
|
||||||
opcache.enable_cli=1
|
|
||||||
|
|
||||||
[jit]
|
[jit]
|
||||||
# https://wiki.php.net/rfc/jit_config_defaults
|
# https://wiki.php.net/rfc/jit_config_defaults
|
||||||
|
|||||||
Reference in New Issue
Block a user