Modified maximum page size

Fixes #36
This commit is contained in:
Johannes Schöpp 2016-03-01 22:19:44 +01:00
parent b0dc510b08
commit 351fa7154e

View file

@ -32,7 +32,7 @@ from .output import out
from .configuration import UserAgent, AppName, App, SupportUrl
# Maximum content size for HTML pages
MaxContentBytes = 1024 * 1024 * 2 # 2 MB
MaxContentBytes = 1024 * 1024 * 3 # 2 MB
# Maximum content size for images
MaxImageBytes = 1024 * 1024 * 20 # 20 MB