Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-13 15:42:52 +0300
committerJoas Schilling <coding@schilljs.com>2016-09-13 17:50:36 +0300
commita3c8534b7b0a9446cf6fdb0a5a3cb7e5b69745de (patch)
tree59cdbadeb0928892b79d58a7bd73c2b1bbba538a /.user.ini
parent0543661064b00c27c2e9a1780acf34c8a364f6ce (diff)
Make sure memory limit is > post size and upload filesize
Diffstat (limited to '.user.ini')
-rw-r--r--.user.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/.user.ini b/.user.ini
index 68ef3e8672c..fe14834b2e3 100644
--- a/.user.ini
+++ b/.user.ini
@@ -1,5 +1,5 @@
-upload_max_filesize=513M
-post_max_size=513M
+upload_max_filesize=511M
+post_max_size=511M
memory_limit=512M
mbstring.func_overload=0
always_populate_raw_post_data=-1