pkreissel / block_twittertools

Webapps gegen den Hass im Netz
18 stars 5 forks source link

Blocking of users should be done asynchronously #5

Open pkreissel opened 4 years ago

pkreissel commented 4 years ago

Users shouldn't have to wait for the server to block all the users (which always takes a few seconds)

Maybe the server could collect block-requests and execute them sequentially every 5 minutes or so to decrease server load.