Skip to content

Commit

Permalink
Update subiquity/server/controllers/install.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Bungert <danielbungert@gmail.com>
  • Loading branch information
Chris-Peterson444 and dbungert committed Sep 15, 2023
1 parent 99748b7 commit 5df696a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subiquity/server/controllers/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,7 @@ async def stop_unattended_upgrades(self):
# install to slow down considerably. This is a major bottleneck of the install.
# Some testing shows a 3-4x speedup on the unattended-upgrades section of the
# install when this is set to false. However, this will make interrupting
# this section of the install process difficult. Set to true, only if you
# need to interrupt unattended-upgrades, or otherwise require this behavior.
# this section of the install process difficult.
Unattended-Upgrade::MinimalSteps "false";
"""

Expand Down

0 comments on commit 5df696a

Please sign in to comment.