Skip to content

Commit 6399136

Browse files
committed
python updater: Reduce json update timeout to 15s.
1 parent 54bf167 commit 6399136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/cinnamon/harvester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def debug(msg):
6363
}
6464
}
6565

66-
TIMEOUT_DOWNLOAD_JSON = 60
66+
TIMEOUT_DOWNLOAD_JSON = 15
6767
TIMEOUT_DOWNLOAD_THUMB = 60
6868
TIMEOUT_DOWNLOAD_ZIP = 120
6969

0 commit comments

Comments
 (0)