|
|
@ -173,7 +173,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
static const int kYapDatabasePageSize = 100;
|
|
|
|
static const int kYapDatabasePageSize = 100;
|
|
|
|
|
|
|
|
|
|
|
|
// Never show more than n messages in conversation view when user arrives.
|
|
|
|
// Never show more than n messages in conversation view when user arrives.
|
|
|
|
static const int kConversationInitialMaxRangeSize = 300;
|
|
|
|
static const int kConversationInitialMaxRangeSize = 25000; // TODO: Does it cause issues to set this so high?
|
|
|
|
|
|
|
|
|
|
|
|
// Never show more than n messages in conversation view at a time.
|
|
|
|
// Never show more than n messages in conversation view at a time.
|
|
|
|
static const int kYapDatabaseRangeMaxLength = 25000;
|
|
|
|
static const int kYapDatabaseRangeMaxLength = 25000;
|
|
|
|