Skip to content

Commit

Permalink
Use a threadpool to fetch the files
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher committed Jun 14, 2024
1 parent 71a15db commit 9bb823c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transferrer/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

SOURCE_BUCKET = "wellcomecollection-editorial-photography"


def get_source_bucket(max_connections=10):
return get_source_client(max_connections).Bucket(SOURCE_BUCKET)

Expand Down

0 comments on commit 9bb823c

Please sign in to comment.