Skip to content

Commit 213efc4

Browse files
committed
increase of batch
1 parent 96faf64 commit 213efc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/servicex_did_finder_lib/servicex_adaptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def put_file_add(self, file_info):
6868
self.logger.error(f'After {attempts} tries, failed to send ServiceX App a put_file '
6969
f'message: {str(file_info)} - Ignoring error.')
7070

71-
def put_file_add_bulk(self, file_list, chunk_length=30):
71+
def put_file_add_bulk(self, file_list, chunk_length=300):
7272
# we first chunk up file_list as it can be very large in
7373
# case there are a lot of replicas and a lot of files.
7474
chunks = [file_list[i:i + chunk_length] for i in range(0, len(file_list), chunk_length)]

0 commit comments

Comments
 (0)