How to change Active Admin default for records per page (pagination)

Add the following to initializers/active_admin.rb:

config.default_per_page = 50

Posting it here because I couldn’t find this information in documentation, or elsewhere.