From 38eb84498b2ae37e776c43d9511406bc0b45bd6f Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Tue, 5 Mar 2024 12:12:46 -0800 Subject: [PATCH] Adjust number of operations for more correct progress bar --- reflex/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/app.py b/reflex/app.py index 93d3db95b..c123d557a 100644 --- a/reflex/app.py +++ b/reflex/app.py @@ -759,7 +759,7 @@ class App(Base): # try to be somewhat accurate - but still not 100% adhoc_steps_without_executor = 6 - fixed_pages_within_executor = 7 + fixed_pages_within_executor = 5 progress.start() task = progress.add_task( "Compiling:",