open-elevation icon indicating copy to clipboard operation
open-elevation copied to clipboard

increase bottle MEMFILE_MAX value

Open mpadge opened this issue 5 years ago • 1 comments

See this issue in separate repo for a description. The current implementation is too limited to be of wide practical use because python bottle uses a rather restricted default upper limit for memory buffer (code currently here). This could easily be circumvented by appending the following line to the top of the server.py script:

bottle.BaseRequest.MEMFILE_MAX = <something really big>

Might up the server load a bit, but would make it a lot more useful. Any chance of implementing that?

mpadge avatar Dec 11 '18 20:12 mpadge

Leaving this here: https://github.com/Jorl17/open-elevation/issues/29#issuecomment-462154786. Thank you and see you in 2 months!

Jorl17 avatar Feb 10 '19 17:02 Jorl17