mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
Run vacuum on sqlite periodically
This commit is contained in:
@@ -124,6 +124,14 @@ const config = convict({
|
||||
env: 'DB_MYSQLDB_USER',
|
||||
},
|
||||
},
|
||||
sqlite: {
|
||||
vacuumInterval: {
|
||||
doc: 'SQLite Vacuum operation interval',
|
||||
format: Number,
|
||||
default: 86400, // Given in seconds; -1 disables. 0 executes only at startup.
|
||||
env: 'DB_SQLITE_VACUUM_INTERVAL',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
credentials: {
|
||||
|
||||
Reference in New Issue
Block a user