Skip to content

Commit

Permalink
python updater: Reduce json update timeout to 15s.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Dec 14, 2022
1 parent 54bf167 commit 6399136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3/cinnamon/harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def debug(msg):
}
}

TIMEOUT_DOWNLOAD_JSON = 60
TIMEOUT_DOWNLOAD_JSON = 15
TIMEOUT_DOWNLOAD_THUMB = 60
TIMEOUT_DOWNLOAD_ZIP = 120

Expand Down

0 comments on commit 6399136

Please sign in to comment.