Mentions légales du service

Skip to content

database.js prevent multiple consecutive calls to same URL

Mathieu Giraud requested to merge feature-c/prevent_double_clicking_links into dev

prevents the application from calling a link that has been clicked within the last second.

This is to prevent spam to the server namely if the application is sluggish, causing users to click links multiple times because it seems that nothing is happening.

See #2893,#2894 (closed)

Edited by Ryan Herbert

Merge request reports