From 169752a214827b496e86cfb826379032487506c8 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 13 Aug 2018 09:40:14 +0200 Subject: [PATCH] docs(FAQ): Explain why alltubedownload.net is slow --- resources/FAQ.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/FAQ.md b/resources/FAQ.md index 2699385..ed4153d 100644 --- a/resources/FAQ.md +++ b/resources/FAQ.md @@ -8,6 +8,20 @@ Most recent browsers automatically play a video if it is a format they know how to play. You can ususally download the video by doing *File > Save to* or *ctrl + S*. +## Why is [alltubedownload.net](https://alltubedownload.net) so slow? + +[alltubedownload.net](https://alltubedownload.net) is hosted on a free [Heroku server](https://www.heroku.com/pricing) +so it has low RAM and CPU. + +AllTube probably won't switch to a more expensive hosting +because this project does not earn any financial ressources +(although [donations are welcome](https://liberapay.com/Rudloff/)) +and you are encouraged to host it yourself. + +## alltubedownload.net often says "An error occurred in the application…" + +See above. + ## How do I change config parameters? You need to create a YAML file called `config.yml` in the `config/` folder.