diff options
author | Adrien <adrien@luxeylab.net> | 2023-02-20 16:43:29 +0100 |
---|---|---|
committer | Adrien <adrien@luxeylab.net> | 2023-02-20 16:43:29 +0100 |
commit | a4eb0b2b56fdbe416077fdc77b76cd9efe98814d (patch) | |
tree | 30b1af61b70f14700d1334c6da8c39687edb33be /cluster/prod/app/matrix | |
parent | 0b1fccac1cf01dbe3ee871d406bb8a9c310931ad (diff) | |
download | nixcfg-a4eb0b2b56fdbe416077fdc77b76cd9efe98814d.tar.gz nixcfg-a4eb0b2b56fdbe416077fdc77b76cd9efe98814d.zip |
increased jitsi's priority so that it is above Matrix's
Diffstat (limited to 'cluster/prod/app/matrix')
-rw-r--r-- | cluster/prod/app/matrix/deploy/im.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl index 339fea7..5bc6e13 100644 --- a/cluster/prod/app/matrix/deploy/im.hcl +++ b/cluster/prod/app/matrix/deploy/im.hcl @@ -1,7 +1,7 @@ job "matrix" { datacenters = ["orion"] type = "service" - priority = 60 + priority = 40 group "matrix" { count = 1 |