Increase default value for leadingScreensForBatching to 2.0, as 1.0 is not enough

for most network conditions / backend performance.
This commit is contained in:
Scott Goodson
2016-02-16 22:19:27 -08:00
parent 0c335e3aba
commit e1597f902a
4 changed files with 4 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
_asyncDataFetchingEnabled = NO;
_asyncDataSourceLocked = NO;
_leadingScreensForBatching = 1.0;
_leadingScreensForBatching = 2.0;
_batchContext = [[ASBatchContext alloc] init];
_automaticallyAdjustsContentOffset = NO;