- make handling of `RequestToLarge` error with suggestions of how to repair - making increasing the request limit more easy to do ```python from bottle import BaseRequest BaseRequest.MEMFILE_MAX = SOME_INTEGER ```