Hacker News new | ask | show | jobs
by arthurcolle 2245 days ago
How do you prevent someone from spamming you and filling your cache up with abusive documents?
1 comments

I have a basic rate limiting implemented, but nothing that prevents people from really abusing the storage platform.

Accounts and Baskets that are stale are automatically removed, however, so there's that?

Will look into alternative methods of spam prevention - any tips?