mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
revert pm2 config cluster_mode
at least for now, implementation needs more research
This commit is contained in:
@@ -2,10 +2,8 @@ module.exports = {
|
|||||||
apps : [{
|
apps : [{
|
||||||
name : "YoutubeDL-Material",
|
name : "YoutubeDL-Material",
|
||||||
script : "./app.js",
|
script : "./app.js",
|
||||||
instances: 0,
|
|
||||||
exec_mode: "cluster",
|
|
||||||
watch : "placeholder",
|
watch : "placeholder",
|
||||||
out_file: "/dev/null",
|
out_file: "/dev/null",
|
||||||
error_file: "/dev/null"
|
error_file: "/dev/null"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user