Updated MIN_UNAUTHENTICATED_PAGES to 1

• Updated:
- MIN_UNAUTHENTICATED_PAGES to 1
This commit is contained in:
mgabdev 2021-01-13 21:43:55 -05:00
parent 3c252e0f4c
commit 6e475f66cb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class Api::BaseController < ApplicationController
DEFAULT_CHAT_CONVERSATION_LIMIT = 100
DEFAULT_CHAT_CONVERSATION_MESSAGE_LIMIT = 20
MAX_LIMIT_PARAM = 25
MIN_UNAUTHENTICATED_PAGES = 2
MIN_UNAUTHENTICATED_PAGES = 1
include RateLimitHeaders