diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-26 11:02:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-26 11:18:02 +0200 |
commit | ca91a74b8777551cde524121234163e89cc689d5 (patch) | |
tree | ebef78f9426f155510b5b09b48ecec8c1423b132 /support/doc/tools.md | |
parent | 4b70c278a960a8d43407f0039aa03d0b08b44f9c (diff) | |
download | PeerTube-ca91a74b8777551cde524121234163e89cc689d5.tar.gz PeerTube-ca91a74b8777551cde524121234163e89cc689d5.tar.zst PeerTube-ca91a74b8777551cde524121234163e89cc689d5.zip |
Improve responsive on medium destkop screens
Diffstat (limited to 'support/doc/tools.md')
-rw-r--r-- | support/doc/tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md index f45a39718..39f5ab787 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -373,7 +373,7 @@ peertube-runner [commands] --id instance-2 | |||
373 | peertube-runner [commands] --id instance-3 | 373 | peertube-runner [commands] --id instance-3 |
374 | ``` | 374 | ``` |
375 | 375 | ||
376 | You can change the runner configuration (ffmpeg threads, ffmpeg nice etc) by editing `~/.config/peertube-runner-nodejs/[id]/config.toml`. | 376 | You can change the runner configuration (jobs concurrency, ffmpeg threads/nice etc) by editing `~/.config/peertube-runner-nodejs/[id]/config.toml`. |
377 | 377 | ||
378 | ### Run the server | 378 | ### Run the server |
379 | 379 | ||