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