From 2035deaa31d5209fdbb0494b59bb5e20ceedbd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Fri, 12 Jun 2026 11:54:16 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- machinery/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machinery/.env b/machinery/.env index 23c1752..50d8d27 100644 --- a/machinery/.env +++ b/machinery/.env @@ -29,7 +29,7 @@ AGENT_KERBEROSVAULT_SECONDARY_SECRET_KEY= # Resumable (tus) uploads to Kerberos Vault are enabled by default. # Set to true to fall back to the legacy single-shot POST /storage upload. -#AGENT_DISABLE_RESUMABLE_UPLOAD=false +#AGENT_DISABLE_RESUMABLE_UPLOAD=true # Bytes sent per PATCH request (default 1 MiB = 1048576). 0 disables chunking # and sends the whole file in a single PATCH. AGENT_TUS_CHUNK_SIZE_BYTES=1048576