1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

increased timeouts so that owncloud properly loads with larger db

This commit is contained in:
jkaberg
2014-08-13 07:30:32 +02:00
parent d03bc0cefa
commit 7024b428ad
2 changed files with 9 additions and 2 deletions

View File

@@ -77,7 +77,9 @@ tools/editconf.py /etc/php5/fpm/php.ini \
upload_max_filesize=16G \
post_max_size=16G \
output_buffering=16384 \
memory_limit=512M
memory_limit=512M \
max_execution_time=600 \
short_open_tag=On
# Download and install the mail app
# TODO: enable mail app in ownCloud config, not exposed afaik?