We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83630fc commit f0bb65eCopy full SHA for f0bb65e
src/crystal/task.py
@@ -900,7 +900,7 @@ def dismiss(self) -> None:
900
901
# Limit how fast Crystal can download from a remote server to avoid overwhelming
902
# any particular remote server.
903
-DELAY_BETWEEN_DOWNLOADS = 2 * 60 # secs
+DELAY_BETWEEN_DOWNLOADS = 1 * 60 # secs
904
905
# Configures where the DELAY_BETWEEN_DOWNLOADS delay is inserted
906
# into the download process. Options are:
0 commit comments