wysiib / linter-languagetool

Integration of Languagetool into the Atom text editor.
MIT License
17 stars 5 forks source link

Request size limit of 75000 bytes per 60 seconds exceeded #32

Open rubenwardy opened 6 years ago

rubenwardy commented 6 years ago

403 - "Error: Access from X.X.X.X denied: Request size limit of 75000 bytes per 60 seconds exceeded"

wysiib commented 6 years ago

Do you have a test document we can use to reproduce the error? From the first look, is appears the document was quite large?

rubenwardy commented 6 years ago

This one: https://github.com/minetest/minetest/blob/master/doc/lua_api.txt

It would be good to disable linting on too large documents when using the default server. Or only do sections (from previous to next header) at a time

wysiib commented 6 years ago

Okay, apparently the document is indeed too large. I agree, we should have a warning message in place and disable linting in that case.