Skip to content

Commit

Permalink
Clearer doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Mar 29, 2022
1 parent 2e17dcd commit aff677a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/PackageSlideShow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,17 @@ def parallel_download?
# Update the overall progress value of the progress bar.
#
# If libzypp is downloading and installing in parallel, keep this simple
# and only use the installed package size for both the total and the
# current progress, disregarding the download size since the downloads are
# not causing additional delays.
# and only use the installed package size for the total vs. the current
# progress, disregarding the download size since the downloads are not
# causing additional delays.
#
# Otherwise, take the download into account so the progress bar doesn't
# appear to be stuck at zero while libzypp downloads a whole lot of
# packages and waits for that to finish before starting installing any of
# them.
#
# In that case, use the download size plus the installed (unpacked) package
# size for both the total and the current progress.
# size for the total vs. the current progress.
#
# Caveat 1: Of course the time to download a package cannot really be
# compared to the time it takes to install it after it is downloaded; it
Expand Down

0 comments on commit aff677a

Please sign in to comment.