Minor text change

This commit is contained in:
Jan Oberhauser 2021-01-07 13:17:49 +01:00
parent ba8ea6c0f5
commit 78f8114499

View file

@ -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',
},
},
},