Increased RCTInlineValueThreshold for asynclocalstorage
Reviewed By: tadeuzagallo Differential Revision: D2641694 fb-gh-sync-id: e35df5408730ce9ec267cbeeb556f8eba154df1f
This commit is contained in:
parent
80bf431f98
commit
af24619592
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue