mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-08-17 16:34:54 -05:00
Text corrections
This commit is contained in:
@@ -9766,10 +9766,10 @@ components:
|
||||
description: P2P peers connected (doesn't include WebSeed peers)
|
||||
resolutionChanges:
|
||||
type: number
|
||||
description: How many resolution changes occured since the last metric creation
|
||||
description: How many resolution changes occurred since the last metric creation
|
||||
errors:
|
||||
type: number
|
||||
description: How many errors occured since the last metric creation
|
||||
description: How many errors occurred since the last metric creation
|
||||
downloadedBytesP2P:
|
||||
type: number
|
||||
description: How many bytes were downloaded with P2P since the last metric creation
|
||||
|
||||
@@ -870,7 +870,7 @@ function register ({ registerClientRoute }) {
|
||||
}
|
||||
```
|
||||
|
||||
You can then access the page on `/p/my-super/route` (please note the additionnal `/p/` in the path).
|
||||
You can then access the page on `/p/my-super/route` (please note the additional `/p/` in the path).
|
||||
|
||||
### Publishing
|
||||
|
||||
|
||||
@@ -185,7 +185,7 @@ peertube-runner list-registered
|
||||
|
||||
## Server tools
|
||||
|
||||
Server tools are scripts that interect directly with the code of your PeerTube instance.
|
||||
Server tools are scripts that interact directly with the code of your PeerTube instance.
|
||||
They must be run on the server, in `peertube-latest` directory.
|
||||
|
||||
### Parse logs
|
||||
|
||||
Reference in New Issue
Block a user