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
79cca6bf
Commit
79cca6bf
authored
Nov 09, 2016
by
Maria Arsuaga Rios
Browse files
testing reuse
parent
1566bc97
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/lib/JobBuilder.py
View file @
79cca6bf
...
...
@@ -498,7 +498,7 @@ class JobBuilder(object):
log
.
debug
(
file
[
'user_filesize'
])
if
file
[
'user_filesize'
]
<
104857600
:
small_files
+=
1
if
small_files
>
=
(
len
(
self
.
files
)
-
2
)
:
if
small_files
=
=
len
(
self
.
files
):
#self.job['reuse_job'] = 'Y'
log
.
debug
(
"Reuse jobs with "
+
small_files
+
" small files up to "
+
len
(
self
.
files
)
+
" total files"
)
...
...
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