balena-io / open-balena-vpn

openBalena VPN
GNU Affero General Public License v3.0
58 stars 20 forks source link

Should limit batching connectivity events to avoid too large POST bodies leading to 413 errors #224

Closed thgreasi closed 2 years ago

thgreasi commented 2 years ago

See: https://www.flowdock.com/app/rulemotion/resin-tech/threads/OhMy8GplWPRfFES56zRO6-0WNh9 See: https://github.com/balena-io/open-balena-vpn/blob/cfa2f6f4f43eac0209407c9e513ac7b997c51387/src/utils/clients.ts#L58-L71

thgreasi commented 2 years ago

Resolved by: #225