Increased RCTInlineValueThreshold for asynclocalstorage

Reviewed By: tadeuzagallo

Differential Revision: D2641694

fb-gh-sync-id: e35df5408730ce9ec267cbeeb556f8eba154df1f
This commit is contained in:
Nick Lockwood 2016-01-05 10:00:37 -08:00 коммит произвёл facebook-github-bot-7
Родитель 80bf431f98
Коммит af24619592
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@
static NSString *const RCTStorageDirectory = @"RCTAsyncLocalStorage_V1"; static NSString *const RCTStorageDirectory = @"RCTAsyncLocalStorage_V1";
static NSString *const RCTManifestFileName = @"manifest.json"; static NSString *const RCTManifestFileName = @"manifest.json";
static const NSUInteger RCTInlineValueThreshold = 100; static const NSUInteger RCTInlineValueThreshold = 1024;
#pragma mark - Static helper functions #pragma mark - Static helper functions