diff options
author | ‮noisawe <30992892+ewasion@users.noreply.github.com> | 2017-11-27 19:39:20 +0100 |
---|---|---|
committer | Bigard Florian <me@florianbigard.com> | 2017-11-27 19:39:20 +0100 |
commit | 343ad675f2a26c15b86150a9a3552e619d5d44f4 (patch) | |
tree | 65ea2d81e61a57d3ea9702e5cc02dc810b6bc956 /FAQ.md | |
parent | 8114c5d800a7e5558b2468d35a45bff9b521a9d5 (diff) | |
download | PeerTube-343ad675f2a26c15b86150a9a3552e619d5d44f4.tar.gz PeerTube-343ad675f2a26c15b86150a9a3552e619d5d44f4.tar.zst PeerTube-343ad675f2a26c15b86150a9a3552e619d5d44f4.zip |
Fix spelling (#126)
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ | |||
1 | # FAQ | 1 | # FAQ |
2 | 2 | ||
3 | ## If nobody watch a video, is it seeded? | 3 | ## If nobody watches a video, is it seeded? |
4 | 4 | ||
5 | Yes, the origin server always seeds videos uploaded on it through [Webseed](http://www.bittorrent.org/beps/bep_0019.html). | 5 | Yes, the origin server always seeds videos uploaded on it through [Webseed](http://www.bittorrent.org/beps/bep_0019.html). |
6 | 6 | ||
@@ -12,7 +12,7 @@ It is a BitTorrent extension that allow a server to seed a file through HTTP. It | |||
12 | 12 | ||
13 | ## If a client requests each chunk of a video through HTTP, the server be overloaded! | 13 | ## If a client requests each chunk of a video through HTTP, the server be overloaded! |
14 | 14 | ||
15 | Not really. Reverse proxy like Nginx handle very well requests of static files. In my tests it can send chunks at 10MB/s without consuming more than 5% of CPU on a very small VPS. | 15 | Not really. Reverse proxies like Nginx handle very well requests of static files. In my tests it can send chunks at 10MB/s without consuming more than 5% of CPU on a very small VPS. |
16 | 16 | ||
17 | 17 | ||
18 | ## An index of all videos of the network won't be too large for small servers? | 18 | ## An index of all videos of the network won't be too large for small servers? |
@@ -25,7 +25,7 @@ No, 1000000 videos will represent around 2GB on PostgreSQL. It is acceptable for | |||
25 | WEBM, MP4 or OGV videos. | 25 | WEBM, MP4 or OGV videos. |
26 | 26 | ||
27 | 27 | ||
28 | ## I want to change my host or move to HTTPS, how can I do? | 28 | ## I want to change my host or move to HTTPS, how can I do that? |
29 | 29 | ||
30 | If you already have friends you need to quit them. | 30 | If you already have friends you need to quit them. |
31 | Then, update your configuration and run `NODE_ENV=production npm run update-host` to update the torrent files. | 31 | Then, update your configuration and run `NODE_ENV=production npm run update-host` to update the torrent files. |