diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-08-16 23:05:40 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-08-16 23:05:40 -0400 |
commit | 784a38709849f25b71cab585c73c6ba509de38ad (patch) | |
tree | 626dea04695a1991f633a1722595c772b473a94c /man/asp.1.txt | |
parent | f40e18e6d1e442aecb41be365832a86aa9acab5d (diff) | |
download | asp32-784a38709849f25b71cab585c73c6ba509de38ad.tar.xz |
remotes: move refcaching to disk
This speeds up a lot of operations substantially, at the cost of
occasionally being wrong for a little while when new packages are
added/removed from the repositories. Mostly, this is for the sake of
the completions.
Diffstat (limited to 'man/asp.1.txt')
-rw-r--r-- | man/asp.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/asp.1.txt b/man/asp.1.txt index ef978bf..6bd2a76 100644 --- a/man/asp.1.txt +++ b/man/asp.1.txt @@ -100,6 +100,10 @@ Environment Determines where the metadata is stored for locally tracked packages. Defaults to '$HOME/asp'. +*ASPCACHE*:: + Determines where cached data is stored. Defaults to '$ASPROOT/cache'. Data in + this directory can always be safely deleted. + Authors ------- Dave Reisner <d@falconindy.com> |