diff options
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -15,7 +15,7 @@ It is a BitTorrent extension that allow a server to seed a file through HTTP. It | |||
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. | 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 servers you follow won't be too large for small servers? |
19 | 19 | ||
20 | No, 1000000 videos will represent around 2GB on PostgreSQL. It is acceptable for a video platform. | 20 | No, 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 | ||
30 | If you already have friends you need to quit them. | 30 | If you already have followers, you can't. |
31 | Then, update your configuration and run `NODE_ENV=production npm run update-host` to update the torrent files. | 31 | |
32 | If you don't: update your configuration and run `NODE_ENV=production npm run update-host` to update the torrent files. | ||