FIX: Change megatopic threshold to 10,000 posts

This commit is contained in:
David Taylor 2018-07-12 22:00:53 +01:00 committed by GitHub
parent 01fe42d5e2
commit 81f9500f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ require_dependency 'filter_best_posts'
require_dependency 'gaps'
class TopicView
MEGA_TOPIC_POSTS_COUNT = 25
MEGA_TOPIC_POSTS_COUNT = 10000
attr_reader :topic, :posts, :guardian, :filtered_posts, :chunk_size, :print, :message_bus_last_id
attr_accessor :draft, :draft_key, :draft_sequence, :user_custom_fields, :post_custom_fields, :post_number