From db913b817eeed804fc69c551187e81f0366f5e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 22 Oct 2024 12:31:53 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Human duration typo fix Signed-off-by: Fredrik Adelöw --- plugins/catalog-backend-module-incremental-ingestion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-incremental-ingestion/README.md b/plugins/catalog-backend-module-incremental-ingestion/README.md index 3b847d4ad7..2535fbe8e3 100644 --- a/plugins/catalog-backend-module-incremental-ingestion/README.md +++ b/plugins/catalog-backend-module-incremental-ingestion/README.md @@ -311,7 +311,7 @@ export const catalogModuleCustomIncrementalIngestionProvider = burstInterval: { seconds: 3 }, // How long should it rest before re-ingesting again? - restLength: { day: 1 }, + restLength: { days: 1 }, // Optional back-off configuration - how long should it wait to retry // in the event of an error?