From e4cd32f2c4774a85a1432e2f8fe6835ef220a200 Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 27 Oct 2016 23:07:09 +0200 Subject: [PATCH] Do not use limitedstore on master.tus.io instance --- .infra/Freyfile.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.infra/Freyfile.hcl b/.infra/Freyfile.hcl index 624cc3a..ec85472 100644 --- a/.infra/Freyfile.hcl +++ b/.infra/Freyfile.hcl @@ -136,7 +136,7 @@ setup { name = "Setup tusd" roles { role = "{{{init.paths.roles_dir}}}/upstart/v1.0.0" - upstart_command = "./tusd -port=8080 -dir=/mnt/tusd-data -store-size=10737418240 -behind-proxy" + upstart_command = "./tusd -port=8080 -dir=/mnt/tusd-data -max-size=1000000000 -behind-proxy" upstart_description = "tusd server" upstart_name = "{{{config.global.appname}}}" upstart_pidfile_path = "{{{config.global.approot}}}/shared/{{{config.global.appname}}}.pid"