From 103adaf22789eb4ce5e9dec393a82aa5ea461483 Mon Sep 17 00:00:00 2001 From: ric-evans Date: Thu, 7 Nov 2024 16:00:42 -0600 Subject: [PATCH] bump window to `0.25` --- skymap_scanner/server/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skymap_scanner/server/__init__.py b/skymap_scanner/server/__init__.py index f7644e12c..245cf0a02 100644 --- a/skymap_scanner/server/__init__.py +++ b/skymap_scanner/server/__init__.py @@ -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!