From 1b05e7f5d9ad465b20f15d057ef43f8b924b7573 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 29 Dec 2025 13:16:51 -0800 Subject: allow for certain messages to be ignored by nitro-fs --- src/main/resources/templates/file-splitter.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/templates/file-splitter.html b/src/main/resources/templates/file-splitter.html index 3b02ced..b789aba 100644 --- a/src/main/resources/templates/file-splitter.html +++ b/src/main/resources/templates/file-splitter.html @@ -629,12 +629,12 @@ @@ -805,8 +805,7 @@ const webhookHelp = document.getElementById('webhook-help'); if (e.target.checked) { - // Lock to 25MB when webhook is enabled - partSizeInput.value = '25'; + partSizeInput.value = '10'; partSizeInput.disabled = true; sizeUnitSelect.value = 'MB'; sizeUnitSelect.disabled = true; -- cgit v1.2.3