From 4120c949de67eb9ff944f070ac27558a0890e109 Mon Sep 17 00:00:00 2001 From: ryanzhao Date: Fri, 10 Sep 2021 09:12:13 +1000 Subject: [PATCH] increase the max number of messages loaded --- Session/Conversations/ConversationViewModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Session/Conversations/ConversationViewModel.h b/Session/Conversations/ConversationViewModel.h index 08151c201..d8d1b21ea 100644 --- a/Session/Conversations/ConversationViewModel.h +++ b/Session/Conversations/ConversationViewModel.h @@ -105,7 +105,7 @@ static const int kYapDatabasePageSize = 250; static const int kConversationInitialMaxRangeSize = 250; // Never show more than n messages in conversation view at a time. -static const int kYapDatabaseRangeMaxLength = 250; +static const int kYapDatabaseRangeMaxLength = 250000; #pragma mark -