increase the max number of messages loaded

pull/507/head
ryanzhao 3 years ago
parent 3df78fbfd6
commit 4120c949de

@ -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 -

Loading…
Cancel
Save