botim / botz

The Big Bots project is a social experiment aimed at identifying bots and sock puppets in the social platforms feeds. https://botim.online
GNU General Public License v3.0
8 stars 3 forks source link

Too many requests to the server #37

Open eranshmil opened 5 years ago

eranshmil commented 5 years ago

Because we track all the changes in the body subtree and not all the new elements get loaded in the same millisecond, we get a lot of requests for the same user. (if he's not already in the extension's cache) We need to find a way to send one request for the same user.