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 committed by facebook-github-bot-7
parent 80bf431f98
commit af24619592
1 changed files with 1 additions and 1 deletions

View File

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