Fix confusing formatting

This commit is contained in:
Matt Jankowski 2025-08-16 15:07:39 -04:00
parent 7f8ab93b9d
commit 09567bef95

View File

@ -13,9 +13,9 @@ class Api::V1::Statuses::ContextsController < Api::BaseController
CONTEXT_LIMIT = 4_096 CONTEXT_LIMIT = 4_096
# Avoid expensive computation and limit results for logged-out users # Avoid expensive computation and limit results for logged-out users
ANCESTORS_LIMIT = 40 ANCESTORS_LIMIT = 40
DESCENDANTS_LIMIT = 60
DESCENDANTS_DEPTH_LIMIT = 20 DESCENDANTS_DEPTH_LIMIT = 20
DESCENDANTS_LIMIT = 60
def show def show
cache_if_unauthenticated! cache_if_unauthenticated!