From 7945691b5e504448aa765654665ea1e5d2da9fe5 Mon Sep 17 00:00:00 2001
From: Florent Gluck <florent.gluck@hesge.ch>
Date: Thu, 3 Oct 2024 13:50:16 +0200
Subject: [PATCH] reduced default upload payload to 16M (from 30G!)

---
 config/server/nexus.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/server/nexus.conf b/config/server/nexus.conf
index 2383b68c..8eab2815 100644
--- a/config/server/nexus.conf
+++ b/config/server/nexus.conf
@@ -27,7 +27,7 @@ locked_time_hours = 4.0
 
 [limits]
 
-max_upload_size = 30G
+max_upload_size = 16M
 
 # We estimate that KVM allows for this amount of RAM saving in % (due to page sharing across VMs).
 # 30% seems to be a pretty conservative estimate.
-- 
GitLab