mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(core): Port generic config (#11316)
This commit is contained in:
@@ -55,7 +55,8 @@ export abstract class BaseCommand extends Command {
|
||||
/**
|
||||
* How long to wait for graceful shutdown before force killing the process.
|
||||
*/
|
||||
protected gracefulShutdownTimeoutInS = config.getEnv('generic.gracefulShutdownTimeout');
|
||||
protected gracefulShutdownTimeoutInS =
|
||||
Container.get(GlobalConfig).generic.gracefulShutdownTimeout;
|
||||
|
||||
/** Whether to init community packages (if enabled) */
|
||||
protected needsCommunityPackages = false;
|
||||
|
||||
Reference in New Issue
Block a user