From 82d4156ae52eef1d58ece86d6befbf9dd3ad44ad Mon Sep 17 00:00:00 2001 From: Ryan Herbert Date: Wed, 19 Oct 2016 11:45:44 +0200 Subject: [PATCH] defs.py.sample add fs locking threshhold --- server/web2py/applications/vidjil/modules/defs.py.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/web2py/applications/vidjil/modules/defs.py.sample b/server/web2py/applications/vidjil/modules/defs.py.sample index 7c654d7a3..15acc1ef8 100644 --- a/server/web2py/applications/vidjil/modules/defs.py.sample +++ b/server/web2py/applications/vidjil/modules/defs.py.sample @@ -57,4 +57,7 @@ REVERSE_IP = '/home/vidjil/ips.txt' ### Locus (should be parsed from germlines.data) LOCUS = ['TRA', 'TRA+D', 'TRB', 'TRG', 'TRD', 'TRD+', - 'IGH', 'IGH+', 'IGK', 'IGK+', 'IGL'] \ No newline at end of file + 'IGH', 'IGH+', 'IGK', 'IGK+', 'IGL'] + +# Preventu upload and run when 1% space is left in target disk +FS_LOCK_THRESHHOLD = 1 -- GitLab