LogoRobo.js
Framework

DEFAULT AUTO REPAIR CONFIG

Variable: DEFAULT_AUTO_REPAIR_CONFIG

const DEFAULT_AUTO_REPAIR_CONFIG: {
  catalog: false;
  filter: true;
  indexes: true;
  uniqueIndexes: true;
};

Default auto-repair configuration. Catalog is never auto-repaired by default (requires explicit opt-in).

Type declaration

NameTypeDefault value
catalogfalsefalse
filtertruetrue
indexestruetrue
uniqueIndexestruetrue

On this page