Variable: MAX_MIGRATION_STEPS
const
MAX_MIGRATION_STEPS:100
=100
Defined in: electron/services/monitoring/constants.ts:87
Maximum number of migration steps allowed in a migration path.
Remarks
Used to prevent excessive migration chains that may indicate design issues or migration loops. Helps ensure database migrations remain manageable and safe.
Default Value
100
@public