matrix-notepad icon indicating copy to clipboard operation
matrix-notepad copied to clipboard

Send events less often

Open friedger opened this issue 5 years ago • 1 comments

Using an element hosted server, I see 429 errors:

Object { errcode: "M_LIMIT_EXCEEDED", name: "M_LIMIT_EXCEEDED", message: "Too Many Requests", data: {…}, httpStatus: 429, stack: "" }

The app should be nice to home servers :-)

friedger avatar Sep 08 '20 07:09 friedger

Currently, Matrix Notepad will send aggressively until it hits the rate limit. Once it's been hit, it merges edits together (if that's possible) and sends once the rate limit timeout has expired. That being said, it would be good to have options to control the sending aggressive-ness. For example, it may be desirable to send only after a whole word has been typed or a certain timeout has been reached. This should be placed in settings somewhere.

KB1RD avatar Sep 15 '20 22:09 KB1RD