aboutsummaryrefslogtreecommitdiffhomepage
path: root/FAQ.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-11-27 16:06:13 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-11-27 19:43:01 +0100
commitfcaf1e0aa84213a1b1f1b1a44a3276eae35ebe70 (patch)
tree23157ef819c5dba040a576b8dae0dee4eba6e85f /FAQ.md
parent4e50b6a1c9a3eb261e04ede73241648e6edf21d6 (diff)
downloadPeerTube-fcaf1e0aa84213a1b1f1b1a44a3276eae35ebe70.tar.gz
PeerTube-fcaf1e0aa84213a1b1f1b1a44a3276eae35ebe70.tar.zst
PeerTube-fcaf1e0aa84213a1b1f1b1a44a3276eae35ebe70.zip
Update readme, architecture
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/FAQ.md b/FAQ.md
index 7d4c1b9b7..7e2b3339c 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -15,7 +15,7 @@ It is a BitTorrent extension that allow a server to seed a file through HTTP. It
15Not 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. 15Not 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 servers you follow won't be too large for small servers?
19 19
20No, 1000000 videos will represent around 2GB on PostgreSQL. It is acceptable for a video platform. 20No, 1000000 videos will represent around 2GB on PostgreSQL. It is acceptable for a video platform.
21 21
@@ -27,5 +27,6 @@ WEBM, MP4 or OGV videos.
27 27
28## I want to change my host or move to HTTPS, how can I do that? 28## I want to change my host or move to HTTPS, how can I do that?
29 29
30If you already have friends you need to quit them. 30If you already have followers, you can't.
31Then, update your configuration and run `NODE_ENV=production npm run update-host` to update the torrent files. 31
32If you don't: update your configuration and run `NODE_ENV=production npm run update-host` to update the torrent files.