TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
62 stars 29 forks source link

rate-limit submissions #1736

Closed vadosnaprimer closed 8 months ago

vadosnaprimer commented 9 months ago

When you attempt to submit by going from sub list page to SubmitMovie, I replace the entire page with the notice telling how much you need to wait, if you're beyond the limit. The limit is configured in appsettings.

I doubt it's done properly, but should be fixable.

fix #1709

Masterjun3 commented 9 months ago

This seems to be only a soft limit, a client limit, right? So for example someone opening 20 tabs of the submission page could still submit them all one after another?

vadosnaprimer commented 9 months ago

Woops...