Do not use limitedstore on master.tus.io instance
This commit is contained in:
parent
bcb6fc7f71
commit
e4cd32f2c4
|
@ -136,7 +136,7 @@ setup {
|
||||||
name = "Setup tusd"
|
name = "Setup tusd"
|
||||||
roles {
|
roles {
|
||||||
role = "{{{init.paths.roles_dir}}}/upstart/v1.0.0"
|
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_description = "tusd server"
|
||||||
upstart_name = "{{{config.global.appname}}}"
|
upstart_name = "{{{config.global.appname}}}"
|
||||||
upstart_pidfile_path = "{{{config.global.approot}}}/shared/{{{config.global.appname}}}.pid"
|
upstart_pidfile_path = "{{{config.global.approot}}}/shared/{{{config.global.appname}}}.pid"
|
||||||
|
|
Loading…
Reference in New Issue