diff options
-rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index a3b8132..98ed72d 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -923,7 +923,7 @@ <!-- Max space (in MB) allocated to DownloadManager to store the downloaded files if they are to be stored in DownloadManager's data dir, which typically is /data/data/com.android.providers.downloads/files --> - <integer name="config_downloadDataDirSize">100</integer> + <integer name="config_downloadDataDirSize">200</integer> <!-- Max number of downloads allowed to proceed concurrently --> <integer name="config_MaxConcurrentDownloadsAllowed">5</integer> |