mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
⚡ Minor text change
This commit is contained in:
parent
ba8ea6c0f5
commit
78f8114499
|
@ -126,7 +126,7 @@ const config = convict({
|
||||||
},
|
},
|
||||||
sqlite: {
|
sqlite: {
|
||||||
executeVacuumOnStartup: {
|
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,
|
format: Boolean,
|
||||||
default: false,
|
default: false,
|
||||||
env: 'DB_SQLITE_VACUUM_ON_STARTUP',
|
env: 'DB_SQLITE_VACUUM_ON_STARTUP',
|
||||||
|
|
Loading…
Reference in a new issue