From 15e9db67a466ab70df9ff192f0361aa271fecc33 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Wed, 3 Nov 2021 17:13:26 +0700 Subject: [PATCH] Increase max size to 100GB (#551) As discussed --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 1388972..ec55c84 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bin/tusd -s3-bucket tusdtest.transloadit.com -port=$PORT -behind-proxy -max-size=20000000000 -timeout=6000 \ No newline at end of file +web: bin/tusd -s3-bucket tusdtest.transloadit.com -port=$PORT -behind-proxy -max-size=128849018880 -timeout=6000