aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-02-11 15:05:08 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-02-11 15:05:08 -0500
commit4a8008359f38db1b3d7acaf7013a66a5c5394922 (patch)
tree6fe938147bed0a431c85e57538051f4ff2c43dd0 /README.md
parent7ae2f824eb52b4294465a1430836ecce73419c02 (diff)
downloadstasis-4a8008359f38db1b3d7acaf7013a66a5c5394922.tar.gz
Add a retry loop to download
* Configurable with env var: STASIS_DOWNLOAD_RETRIES
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c1a490d..67ebf0d 100644
--- a/README.md
+++ b/README.md
@@ -200,6 +200,8 @@ stasis mydelivery.ini
| STASIS_JF_CLIENT_CERT_CERT_PATH | Path to OpenSSL cert files |
| STASIS_JF_CLIENT_CERT_KEY_PATH | OpenSSL key file (in cert path) |
| STASIS_JF_REPO | Artifactory "generic" repository to write to |
+| STASIS_DOWNLOAD_TIMEOUT | Number of seconds before timing out a remote file download |
+| STASIS_DOWNLOAD_RETRIES | Number of retries before giving up on a remote file download |
## Main configuration (stasis.ini)