fitzroyacademy / web-app

The main web app
0 stars 0 forks source link

App DoSes itself on autosave #194

Open Yuffster opened 4 years ago

Yuffster commented 4 years ago

When typing too fast in the course edit page, many requests per second are sent to the server, quickly crashing it.

This probably requires a refactor of the autosave code to go through a central gateway and take all the form data at once, but only within a reasonable timeframe (eg, every five seconds).