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?