mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
Merge pull request #12 from ravikp/increase-max-size-of-async-storage
fix(#616): Increase async storage limit to 30mb
This commit is contained in:
@@ -38,4 +38,7 @@ expo.gif.enabled=true
|
||||
expo.webp.enabled=true
|
||||
# Enable animated webp support (~3.4 MB increase)
|
||||
# Disabled by default because iOS doesn't support animated webp
|
||||
expo.webp.animated=false
|
||||
expo.webp.animated=false
|
||||
|
||||
# If the AsyncStorage_db_size_in_MB is not configured, Default DB_MAX_SIZE is 6MB in Android
|
||||
AsyncStorage_db_size_in_MB=30
|
||||
|
||||
Reference in New Issue
Block a user