diff --git a/packages/cli/config/index.ts b/packages/cli/config/index.ts index 05ef88771..0793e8c7f 100644 --- a/packages/cli/config/index.ts +++ b/packages/cli/config/index.ts @@ -126,11 +126,11 @@ const config = convict({ }, sqlite: { executeVacuumOnStartup: { - doc: 'Runs VACUUM operation on startup to rebuild the database. Reduces filesize and optimizes indexes. WARNING: This is a long running blocking operation. Will increase boot time.', + doc: 'Runs VACUUM operation on startup to rebuild the database. Reduces filesize and optimizes indexes. WARNING: This is a long running blocking operation. Will increase start-up time.', format: Boolean, default: false, - env: 'DB_SQLITE_VACUUM_ON_STARTUP', - }, + env: 'DB_SQLITE_VACUUM_ON_STARTUP', + }, }, },