mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Changed some parameters that will help the import and the uploading of attachments.
This commit is contained in:
parent
40c295a2bb
commit
d4effc5b5a
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
; Common values to change to increase file upload limit
|
; Common values to change to increase file upload limit
|
||||||
; upload_max_filesize = 50M
|
upload_max_filesize = 8M
|
||||||
; post_max_size = 50M
|
post_max_size = 8M
|
||||||
; mail.add_x_header = Off
|
; mail.add_x_header = Off
|
||||||
|
|
||||||
; Other common parameters
|
; Other common parameters
|
||||||
; max_execution_time = 600
|
max_execution_time = 600
|
||||||
; max_input_time = 300
|
; max_input_time = 300
|
||||||
; memory_limit = 256M
|
; memory_limit = 256M
|
||||||
; short_open_tag = On
|
; short_open_tag = On
|
||||||
|
|
Loading…
Reference in a new issue