Skip to content

Commit

Permalink
casync: increase chunk download timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Jul 8, 2022
1 parent c049427 commit 35c8c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/hardware/tici/casync.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
CA_TABLE_ENTRY_LEN = 40
CA_TABLE_MIN_LEN = CA_TABLE_HEADER_LEN + CA_TABLE_ENTRY_LEN

CHUNK_DOWNLOAD_TIMEOUT = 10
CHUNK_DOWNLOAD_TIMEOUT = 60
CHUNK_DOWNLOAD_RETRIES = 3

CAIBX_DOWNLOAD_TIMEOUT = 120
Expand Down

0 comments on commit 35c8c0e

Please sign in to comment.