10
[Fixed] Getting a lot of "Too many requests" warnings on peertube.wtf
(discuss.tchncs.de)
PeerTube is a tool for sharing online videos developed by Framasoft, a french non-profit.
For videos from PeerTube, check out [email protected]
I think I figured out what the problem was. It was because of rate limits. When you load https://peertube.wtf/home, that shows all the channels, it makes 45 requests alone because of the number of channels on the page. The rate limit was set to 50 (default). I've put it at 250 requests per 10 seconds. I think that should be enough.
Please test it out.
That fixed it. Thank you very much!
Good to hear! :)