mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 09:12:06 +08:00
Increased RCTInlineValueThreshold for asynclocalstorage
Reviewed By: tadeuzagallo Differential Revision: D2641694 fb-gh-sync-id: e35df5408730ce9ec267cbeeb556f8eba154df1f
This commit is contained in:
committed by
facebook-github-bot-7
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user