Skip to content

Commit

Permalink
bump window min to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 7, 2024
1 parent 103adaf commit 303f775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymap_scanner/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class EnvConfig:
# NOTE: val should not be (too) below the num of workers (which is unknown, so make a good guess).
# In other words, if val is too low, then the rate is not representative of the
# worker-pool's concurrency; if val is TOO HIGH, then the window is TOO LARGE.
100
500
)
SKYSCAN_RESULT_INTERVAL_SEC: int = 2 * 60

Expand Down

0 comments on commit 303f775

Please sign in to comment.