Skip to content

Commit

Permalink
Signed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vimru committed Apr 23, 2020
1 parent 4d9518f commit 0a6c2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ PyPI packages:

**Why is audit mode slower than query mode?**

In order for audit mode to reliably determine if patches are available (an installed package version is older than the patched version), `vercmp` has to be used for many packages which takes a few 100ms extra time.
In order for audit mode to reliably determine if patches are available (an installed package version is older than the patched version), `vercmp` has to be used to compare many packages which takes a few 100ms extra time.

If you have just -Syu'd, you can probably skip these checks with -s for increased speed.

Expand Down

0 comments on commit 0a6c2f2

Please sign in to comment.