summaryrefslogtreecommitdiff
path: root/includes/jobs/PKFronters.php
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-07 18:57:04 +0200
committerRaindropsSys <contact@minteck.org>2023-07-07 18:57:04 +0200
commit7da33614f1a8708bebcb4f04ee99224c5d6db1d3 (patch)
tree075e1b6ba61b53fa8af65557fb296776dc0d62c6 /includes/jobs/PKFronters.php
parent783355a2b835c7d036674e121de4424b346fa9e4 (diff)
downloadpluralconnect-7da33614f1a8708bebcb4f04ee99224c5d6db1d3.tar.gz
pluralconnect-7da33614f1a8708bebcb4f04ee99224c5d6db1d3.tar.bz2
pluralconnect-7da33614f1a8708bebcb4f04ee99224c5d6db1d3.zip
Updated 4 files and added .idea/workspace.sync-conflict-20230705-192530-SY6BK7A.xml (automated)
Diffstat (limited to 'includes/jobs/PKFronters.php')
-rw-r--r--includes/jobs/PKFronters.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/jobs/PKFronters.php b/includes/jobs/PKFronters.php
index 1f54908..8bdbac8 100644
--- a/includes/jobs/PKFronters.php
+++ b/includes/jobs/PKFronters.php
@@ -42,4 +42,4 @@ if (trim($data) !== "" && $data !== false && json_last_error() === JSON_ERROR_NO
}
chdir($_SERVER['DOCUMENT_ROOT'] . "/includes/external/matrix");
-exec("nice 19 node index.js " . ($system === "gdapd" ? "raindrops" : ($system === "ynmuc" ? "cloudburst" : "other"))); \ No newline at end of file
+exec("nice -n 19 node index.js " . ($system === "gdapd" ? "raindrops" : ($system === "ynmuc" ? "cloudburst" : "other"))); \ No newline at end of file