Skip to content

Commit

Permalink
docs(settings): add update_plugins_repository_duration setting descri…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
NeoHsu committed May 27, 2021
1 parent 122f2ec commit dc62ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/core-configuration.md
Expand Up @@ -45,6 +45,7 @@ legacy_version_file = yes
- `legacy_version_file` - defaults to `no`. If set to yes it will cause plugins that support this feature to read the version files used by other version managers (e.g. `.ruby-version` in the case of Ruby's `rbenv`).
- `use_release_candidates` - defaults to `no`. If set to yes it will cause the `asdf update` command to upgrade to the latest release candidate release instead of the latest semantic version.
- `always_keep_download` - defaults to `no`. If set to `yes` it will cause `asdf install` always keep the source code or binary it downloads. If set to `no` the source code or binary downloaded by `asdf install` will be deleted after successful installation.
- `plugin_repository_last_check_duration` - defaults to `60` mins (1 hrs). It will set asdf plugins repository last check duration. When `asdf plugin add <name>`, `asdf plugin list all` command be executed, it will check last update duration to update repository. If set to `0` it will update asdf plugins repository every time.

## Environment Variables

Expand Down

0 comments on commit dc62ccb

Please sign in to comment.