From 7aaae64ddc53f677b61397a94616d208d8e93f7c Mon Sep 17 00:00:00 2001 From: ric-evans Date: Thu, 7 Nov 2024 17:33:03 -0600 Subject: [PATCH] adjust report predictions settings --- skymap_scanner/server/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skymap_scanner/server/__init__.py b/skymap_scanner/server/__init__.py index 9d157cbe5..528bdb576 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.25 + 0.20 ) SKYSCAN_PROGRESS_RUNTIME_PREDICTION_WINDOW_MIN: int = ( # WARNING! @@ -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. - 500 + 300 ) SKYSCAN_RESULT_INTERVAL_SEC: int = 2 * 60