From a9323800b8652ae6e3d9a2af7255110a045a9755 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 28 Dec 2021 23:43:52 +0100 Subject: [PATCH] faq: Bump the suggested value for peekSize Youtube added even more bloat to its pages, I need 191kB right now. --- use/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.