--- application_controller.rb.orig 2017-07-25 17:16:07.798188988 +0200 +++ application_controller.rb 2017-07-26 14:39:39.971434820 +0200 @@ -581,8 +581,8 @@ limit = options[:limit].to_i if limit < 1 limit = 25 - elsif limit > 100 - limit = 100 + elsif limit > 500 + limit = 500 end if offset.nil? && options[:page].present? offset = (options[:page].to_i - 1) * limit