Conversation
Notices
-
@blockbot
> Can you please explain this spammy traffic I am seeing?
Yeah; that's Revolver fetching objects from your instance. Every time you "POST /inbox", it tries to fetch the associated object. I'm on the relay, so every (public) post on detroitriotcity.com gets POSTed to FSE's inbox.
> It's non-stop and very aggressive
It looks like it is not aggressive to me. It looks like two and a half minutes pass between the first two lines, then four and a half, then a minute, etc.
As far as the fetch on /users/spitfire, if it sees an activity, it tries to fetch the actor. This is like normal fedi server activities. In Revolver's case, instead of If-Updated-Since or anything, it just refreshes if, when it sees the activity, the actor hasn't been refreshed in the last day.
- † top dog :pedomustdie: likes this.
-
@blockbot Here' the inbox forker, incidentally. It doesn't even use the HTTP proxy stuff, it literally just mirrors the socket. So I run that and Pleroma and Revolver both get to ingest the incoming activities.
forkinbox.go