mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:53:09 +02:00
APのジョブキュー無効化
This commit is contained in:
parent
62835c6011
commit
cef8aa5e7a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ program
|
||||||
.option('--color', 'This option is a dummy for some external program\'s (e.g. forever) issue.')
|
.option('--color', 'This option is a dummy for some external program\'s (e.g. forever) issue.')
|
||||||
.parse(process.argv);
|
.parse(process.argv);
|
||||||
|
|
||||||
if (process.env.MK_DISABLE_AP_QUEUE) program.disableApQueue = true;
|
/*if (process.env.MK_DISABLE_AP_QUEUE)*/ program.disableApQueue = true;
|
||||||
if (process.env.MK_DISABLE_QUEUE) program.disableQueue = true;
|
if (process.env.MK_DISABLE_QUEUE) program.disableQueue = true;
|
||||||
if (process.env.MK_ONLY_QUEUE) program.onlyQueue = true;
|
if (process.env.MK_ONLY_QUEUE) program.onlyQueue = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue