diff --git a/app/controllers/api/v1/notifications_controller.rb b/app/controllers/api/v1/notifications_controller.rb index 5bf91126..a3152942 100644 --- a/app/controllers/api/v1/notifications_controller.rb +++ b/app/controllers/api/v1/notifications_controller.rb @@ -9,7 +9,7 @@ class Api::V1::NotificationsController < Api::BaseController respond_to :json - DEFAULT_NOTIFICATIONS_LIMIT = 30 + DEFAULT_NOTIFICATIONS_LIMIT = 20 def index @notifications = load_notifications