briar: adjust a lot, including child progresses is the point of this script

As Tor likes to take 100 % of CPU
This commit is contained in:
Aminda Suomalainen 2024-04-28 14:10:16 +03:00
parent 384c6dec88
commit 2c4a1ebf0d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -x
cpulimit -l 1 flatpak run org.briarproject.Briar//stable "$@"
cpulimit --lazy --include-children --limit=30 flatpak run org.briarproject.Briar//stable "$@"
set +x