Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
c5bb5e7c
Commit
c5bb5e7c
authored
Nov 09, 2016
by
Maria Arsuaga Rios
Browse files
FTS-705
: set reuse job
parent
4411f6b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/lib/JobBuilder.py
View file @
c5bb5e7c
...
...
@@ -499,7 +499,7 @@ class JobBuilder(object):
if
file
[
'user_filesize'
]
<
104857600
:
small_files
+=
1
if
small_files
==
len
(
self
.
files
):
#
self.job['reuse_job'] = 'Y'
self
.
job
[
'reuse_job'
]
=
'Y'
log
.
debug
(
"Reuse jobs with "
+
str
(
small_files
)
+
" small files up to "
+
str
(
len
(
self
.
files
))
+
" total files"
)
def
_populate_deletion
(
self
,
deletion_dict
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment