The page size configuration property glide.ui.activity_stream.page_size does not workDescription The system property glide.ui.activity_stream.page_size no longer works in Jakarta, Kingston, London, as a regression of a previously known problem (PRB710207 - Loading hundreds of activity stream entries causes client rendering performance issues). Steps to Reproduce 1. Set the system property glide.ui.activity_stream.page_size to the value 5. 2. Open any incident record and create more than 5 activity stream entries in it. 3. Click on the activity stream filter icon and untick "All", then tick it again to bring all the activity stream entries back. Notice the paging buttons should now be showing at the bottom of the activity stream. 4. Reload the page. Notice the paging button is not showing, and the activity stream lists more than 5 entries. Workaround This problem is under investigation. You can Subscribe to this article to receive notifications when more information will become available. The page size configuration property glide.ui.activity_stream.page_size was originally added to improve form loading performance. However the latest activity stream version should not require paging to perform. It is possible to reactivate paging by disabling the jelly activity stream, setting the property glide.ui.use_jelly_activity_stream to false. Related Problem: PRB885384