소스 검색

Adjust number of operations for more correct progress bar

Masen Furer 1 년 전
부모
커밋
38eb84498b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      reflex/app.py

+ 1 - 1
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:",