From 7b22c69dd9e1769a11d239899fc59c7d271ebe65 Mon Sep 17 00:00:00 2001 From: Rocky <33760644+planetrocky@users.noreply.github.com> Date: Sat, 2 Nov 2024 03:42:04 +0000 Subject: [PATCH] Added -ni/--nice (KOMETA_NICE) to Run Commands & Environment Variables wiki page doc --- docs/kometa/environmental.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/kometa/environmental.md b/docs/kometa/environmental.md index 54d84254..c28198f5 100644 --- a/docs/kometa/environmental.md +++ b/docs/kometa/environmental.md @@ -671,6 +671,26 @@ different ways to specify these things. docker run -it -v "X:\Media\Kometa\config:/config:rw" kometateam/kometa --width 150 ``` +??? blank "Nice      `-ni`/`--nice`      `KOMETA_NICE`" + +
Run the Kometa process at a lower priority. Will default to normal priority if not specified. + +
+ + **Shell Flags:** `-ni` or `--nice` (ex. `--nice`) + + **Environment Variable:** `KOMETA_NICE` (ex. `KOMETA_NICE=true`) + + !!! example + === "Local Environment" + ``` + python kometa.py --nice + ``` + === "Docker Environment" + ``` + docker run -it -v "X:\Media\Kometa\config:/config:rw" kometateam/kometa --nice + ``` + ??? blank "Config Secrets      `--kometa-***`      `KOMETA_***`"
All Run Commands that are in the format `--kometa-***` and Environment Variables that are in the