1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

change max_time diretcive in the correct place

This commit is contained in:
Anthony Underwood 2021-09-25 09:23:24 +01:00
parent 3701137740
commit 7469e20b4e

View file

@ -17,7 +17,6 @@ process{
process.maxRetries = 5 process.maxRetries = 5
withLabel:process_long { withLabel:process_long {
queue = 'long' queue = 'long'
max_time = 48.h
} }
} }
@ -32,5 +31,5 @@ executor{
params { params {
max_memory = 128.GB max_memory = 128.GB
max_cpus = 64 max_cpus = 64
max_time = 12.h max_time = 48.h
} }