Skip to content

Commit

Permalink
darglint
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Dec 23, 2024
1 parent 034609f commit 47ab2c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dsp_tools/commands/ingest_xmlupload/bulk_ingest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def upload_file(
Uploads a file to the ingest server.
The load balancer on DSP servers currently has a timeout of 60s, so we need to use a timeout of 58s.
See https://github.com/dasch-swiss/dsp-tools/pull/1335/files#r1882508057
# noqa: DAR101
# noqa: DAR201
"""
timeout = 58
url = self._build_url_for_bulk_ingest_ingest_route(filepath)
Expand Down

0 comments on commit 47ab2c4

Please sign in to comment.