mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
* Move v4/5 files to separate folders * Updated github build_push.yml action * Updated docker-compose.yml
18 lines
1.0 KiB
INI
18 lines
1.0 KiB
INI
; How often (in seconds) to check file timestamps for changes to the shared
|
|
; memory storage allocation. ("1" means validate once per second, but only
|
|
; once per request. "0" means always validate)
|
|
;opcache.revalidate_freq=2
|
|
opcache.revalidate_freq=60
|
|
|
|
# http://symfony.com/doc/current/performance.html
|
|
; Duration of time, in seconds for which to cache realpath information for a given
|
|
; file or directory. For systems with rarely changing files, consider increasing this
|
|
; value.
|
|
; http://php.net/realpath-cache-ttl
|
|
;realpath_cache_ttl = 120
|
|
realpath_cache_ttl = 600
|
|
|
|
; Maximum allowed size for uploaded files.
|
|
; http://php.net/upload-max-filesize
|
|
upload_max_filesize = 8M
|