mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Reduce code duplication in DB config (no-changelog) (#8679)
This commit is contained in:
committed by
GitHub
parent
0e36aeb421
commit
b6c8a0c413
@@ -33,8 +33,3 @@ export const COMMUNITY_NODE_VERSION = {
|
||||
CURRENT: 1,
|
||||
UPDATED: 2,
|
||||
};
|
||||
|
||||
/**
|
||||
* Timeout (in milliseconds) to account for DB being slow to initialize.
|
||||
*/
|
||||
export const DB_INITIALIZATION_TIMEOUT = 30_000;
|
||||
|
||||
Reference in New Issue
Block a user