diff --git a/use/faq.rst b/use/faq.rst index dbfd5c0..8175cfe 100644 --- a/use/faq.rst +++ b/use/faq.rst @@ -303,9 +303,9 @@ Youtube has become so bloated it isn't. If you are ok with Limnoria fetching more data when users post URLs, you can use:: - config supybot.protocols.http.peekSize 32000 + config supybot.protocols.http.peekSize 300000 -This will make it fetch 32kB from every link, instead of the default 8kB. +This will make it fetch 300kB from every link, instead of the default 8kB. This should be enough for Youtube for now. If not enough for other websites, try increasing it further.