From 1c42e59609fe8adc1f7386a87c47802c8e9beb17 Mon Sep 17 00:00:00 2001 From: Geoff Taylor Date: Fri, 14 Jan 2022 17:47:08 +0000 Subject: [PATCH] Added note to documentation on how to disable stale data checks. --- docs/CommonParameters.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CommonParameters.md b/docs/CommonParameters.md index 915e5e8..9c5230c 100644 --- a/docs/CommonParameters.md +++ b/docs/CommonParameters.md @@ -164,6 +164,11 @@ For example, to retry up to 15 times and pause 0.3 seconds between retries (taki --stale-data-maximum-retries 15 --stale-data-pause-before-retry 0.3 ``` +To disable this functionality completely, set `--stale-data-maximum-retries` to zero: +``` +--stale-data-maximum-retries 0 +``` + # 11. `--gma-chunk-size` parameter