mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-23 20:03:20 +03:00
Usage of PM2 Cluster Mode to increase performance
This commit is contained in:
@@ -2,6 +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