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).
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).