We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb3a2a commit 5c65ceaCopy full SHA for 5c65cea
2 files changed
src/reformatters/noaa/gfs/region_job.py
@@ -42,7 +42,7 @@
42
type DownloadSource = Literal["s3", "nomads"]
43
44
# Limit concurrent NOMADS requests to avoid overloading their servers
45
-_nomads_semaphore = threading.Semaphore(4)
+_nomads_semaphore = threading.Semaphore(1)
46
47
48
class NoaaGfsSourceFileCoord(SourceFileCoord):
src/reformatters/noaa/hrrr/region_job.py
@@ -43,7 +43,7 @@
49
class NoaaHrrrSourceFileCoord(SourceFileCoord):
0 commit comments