summaryrefslogtreecommitdiffstats
path: root/modules/head.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/head.py')
-rwxr-xr-xmodules/head.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/head.py b/modules/head.py
index 274e1b0..231ffdb 100755
--- a/modules/head.py
+++ b/modules/head.py
@@ -113,7 +113,7 @@ def f_title(self, origin, match, args):
return
u = urllib2.urlopen(req)
- bytes = u.read(32768)
+ bytes = u.read(262144)
u.close()
except IOError: