Increasing the limit of items returned for Group Activity

Is it possible to take a URL like this: https://{mydomain}/groups/activity/917  

and modify it so it returns 5 items of activity?  or 500 items of activity?

I've been able to use this URL to limit activity for all of the groups:
https://{mydomain}/activity/views/default/activity/listing.php?limit=50

But I need to set the limit of activity for a single group.  What I'm trying to do is set the limit at the URL level so it is very high, so I can print what loads on the page.  

Also, I'm using an OLD version of ELGG.  (2.3 I think)

 

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking