chore: fix extra config docs
Signed-off-by: blam <ben@blam.sh> Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
Vendored
-14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user