JAVA server question

Hi, it can be dumb question, but just to be clear. I see that for HTTP API you have some limitation: “Access is currently limited to 20 requests per IP per minute.” So, if i will use my own JAVA server (Embedding LanguageTool in Java applications) will it allow me send more then 20 requests, or i still will use your API but via my JAVA application?

If you start your own server you can configure the limits with “requestLimit” and “requestLimitPeriodInSeconds” in config file.

Awsome, thanks for the answer