From 64d96ca3c58ae399a3c34caa22dab318ae923425 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Tue, 17 Sep 2024 11:39:02 +0200
Subject: [PATCH] Improve upload sizes

---
 docker/dolibarr.ini | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docker/dolibarr.ini b/docker/dolibarr.ini
index f371461..cc3786d 100644
--- a/docker/dolibarr.ini
+++ b/docker/dolibarr.ini
@@ -6,6 +6,10 @@ max_execution_time = 1000;
 max_input_time = -1 ;
 memory_limit = 1024M;
 max_input_vars = 100000;
+; Maximum allowed size for uploaded files.
+upload_max_filesize = 200M
+; Must be greater than or equal to upload_max_filesize
+post_max_size = 200M
 [xdebug]
 xdebug.client_port=9000
 xdebug.mode=debug
-- 
GitLab