Refactor reply-fetching code and disable it by default (#34147)
This commit is contained in:
		@@ -90,8 +90,8 @@ SESSION_RETENTION_PERIOD=31556952
 | 
			
		||||
# Fetch All Replies Behavior
 | 
			
		||||
# --------------------------
 | 
			
		||||
# When a user expands a post (DetailedStatus view), fetch all of its replies
 | 
			
		||||
# (default: true if unset, set explicitly to ``false`` to disable)
 | 
			
		||||
FETCH_REPLIES_ENABLED=true
 | 
			
		||||
# (default: false)
 | 
			
		||||
FETCH_REPLIES_ENABLED=false
 | 
			
		||||
 | 
			
		||||
# Period to wait between fetching replies (in minutes)
 | 
			
		||||
FETCH_REPLIES_COOLDOWN_MINUTES=15
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user