mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-05 17:31:12 +00:00
Fix confusing formatting
This commit is contained in:
parent
7f8ab93b9d
commit
09567bef95
|
@ -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!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user