Skip to content

Commit

Permalink
bump window to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 7, 2024
1 parent 01c8bcc commit 103adaf
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 @@ -44,7 +44,7 @@ class EnvConfig:
# used to calculate the most recent runtime rate (sec/reco), then used to make
# predictions for overall runtimes: i.e. amount of time left.
# Also, see SKYSCAN_PROGRESS_RUNTIME_PREDICTION_WINDOW_MIN.
0.1
0.25
)
SKYSCAN_PROGRESS_RUNTIME_PREDICTION_WINDOW_MIN: int = (
# WARNING!
Expand Down

0 comments on commit 103adaf

Please sign in to comment.