Updated DEFAULT_STATUSES_LIMIT to 20

This commit is contained in:
mgabdev 2020-05-15 01:33:49 -04:00
parent 3946728353
commit 04b9807d52

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
class Api::BaseController < ApplicationController
DEFAULT_STATUSES_LIMIT = 10
DEFAULT_STATUSES_LIMIT = 20
DEFAULT_ACCOUNTS_LIMIT = 40
include RateLimitHeaders