Adjust number of operations for more correct progress bar
This commit is contained in:
parent
90da81fd12
commit
38eb84498b
@ -759,7 +759,7 @@ class App(Base):
|
|||||||
|
|
||||||
# try to be somewhat accurate - but still not 100%
|
# try to be somewhat accurate - but still not 100%
|
||||||
adhoc_steps_without_executor = 6
|
adhoc_steps_without_executor = 6
|
||||||
fixed_pages_within_executor = 7
|
fixed_pages_within_executor = 5
|
||||||
progress.start()
|
progress.start()
|
||||||
task = progress.add_task(
|
task = progress.add_task(
|
||||||
"Compiling:",
|
"Compiling:",
|
||||||
|
Loading…
Reference in New Issue
Block a user