mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
change max_time diretcive in the correct place
This commit is contained in:
parent
3701137740
commit
7469e20b4e
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ process{
|
|||
process.maxRetries = 5
|
||||
withLabel:process_long {
|
||||
queue = 'long'
|
||||
max_time = 48.h
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -32,5 +31,5 @@ executor{
|
|||
params {
|
||||
max_memory = 128.GB
|
||||
max_cpus = 64
|
||||
max_time = 12.h
|
||||
max_time = 48.h
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue