Skip to content

Commit f0bb65e

Browse files
committed
NOMERGE: Delay between downloads = 60 sec
1 parent 83630fc commit f0bb65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crystal/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ def dismiss(self) -> None:
900900

901901
# Limit how fast Crystal can download from a remote server to avoid overwhelming
902902
# any particular remote server.
903-
DELAY_BETWEEN_DOWNLOADS = 2 * 60 # secs
903+
DELAY_BETWEEN_DOWNLOADS = 1 * 60 # secs
904904

905905
# Configures where the DELAY_BETWEEN_DOWNLOADS delay is inserted
906906
# into the download process. Options are:

0 commit comments

Comments
 (0)