On my activity log, I'm getting several of these errors for website services on ActionSteams:
Aborted fetching [FEED ADDRESS]: max_size
I assume that the feed is too large to be processed by Action Streams. Is that correct?
If so, is there a way to adjust that ceiling?
If not, how can I avoid these errors?
Reported on Movable Type 4.25

I would guess that this particular parameter is located here in the mt directory:
plugins/ActionStreams/lib/ActionStreams/Event.pm
It looks like the default is listed as 250_000, but I don't know exactly what that means, or the potential dangers of changing it in the plugin. Is it safe to change it? Will it affect anything else or break anything? Is there a way to do this through configuration rather than in the plugin itself?