chore: fix extra config docs

Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-10-14 12:02:29 +02:00
parent e79dcef6e1
commit 09aa2b1449
2 changed files with 0 additions and 15 deletions
-14
View File
@@ -192,19 +192,5 @@ export interface Config {
* housing catalog-info files.
*/
processingInterval?: HumanDuration | false;
/**
* If the processing engine should be started or not, defaults to true.
* @remarks
*
* Example:
*
* ```yaml
* catalog:
* processingInterval: false
* ```
*
* This will enable or disable the processing of entities in the Catalog. This can be useful
* to use with Read Replica deployments of the catalog.
*/
};
}
@@ -42,7 +42,6 @@ import {
import { merge } from 'lodash';
import { Permission } from '@backstage/plugin-permission-common';
import { ForwardedError } from '@backstage/errors';
import { constrainedMemory } from 'node:process';
class CatalogLocationsExtensionPointImpl
implements CatalogLocationsExtensionPoint